Skip to content

Commit 40d6bae

Browse files
committed
docs: also list EdgeOne on landing page
1 parent feab620 commit 40d6bae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/pages/index/sections/Stability/StableGraphic/EcoComponents.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ const ecosystemComponents: Record<VikeEcoComponentCategory, EcoComponent[]> = {
2525
deploy: [
2626
{ name: 'Self-hosting', link: 'https://en.wikipedia.org/wiki/Self-hosting_(web_services)', size: 'big' },
2727
{ name: 'Cloudflare', link: 'https://www.cloudflare.com/', size: 'big' },
28+
{ name: 'EdgeOne', link: 'https://pages.edgeone.ai/', size: 'big' },
2829
{ name: 'Vercel', link: 'https://vercel.com/', size: 'big' },
2930
{ name: 'AWS', link: 'https://aws.amazon.com/', size: 'big' },
3031
{ name: 'Netlify', link: 'https://www.netlify.com/', size: 'small' },
3132
{ name: 'Google Cloud', link: 'https://cloud.google.com/', size: 'small' },
32-
{ name: 'Azure', link: 'https://azure.microsoft.com/', size: 'small' },
33+
// { name: 'Azure', link: 'https://azure.microsoft.com/', size: 'small' },
3334
],
3435
server: [
3536
{ name: 'Hono', link: 'https://hono.dev/', size: 'big' },

0 commit comments

Comments
 (0)