Skip to content

Commit 2deacc0

Browse files
authored
docs: reference from Vercel's Edge Network to Vercel's CDN for image optimization.
1 parent 22ba26b commit 2deacc0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/content/3.providers/vercel.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ links:
88
size: xs
99
---
1010

11-
When deploying your Nuxt applications to [Vercel](https://vercel.com) platform, image module can use Vercel's [Edge Network](https://vercel.com/docs/edge-network/overview) to optimize images on demand.
11+
When deploying your Nuxt applications to [Vercel](https://vercel.com) platform, image module can use [Vercel's CDN](https://vercel.com/docs/cdn) to optimize images on demand.
1212

1313
This provider will be enabled by default in Vercel deployments.
1414

@@ -62,6 +62,7 @@ export default defineNuxtConfig({
6262
icon: 40,
6363
icon2x: 80
6464
}
65+
// will be converted to sizes: [40, 80] for Vercel output API
6566
}
6667
})
6768
```
@@ -85,4 +86,4 @@ export default defineNuxtConfig({
8586
}
8687
}
8788
})
88-
```
89+
```

0 commit comments

Comments
 (0)