mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: remove lagon
from deployment providers (#24955)
This commit is contained in:
parent
4ab15c3a4b
commit
f1ea2690cc
@ -49,7 +49,6 @@ There are more than 15 presets to build your Nuxt app for different cloud provid
|
|||||||
- [Cloudflare Workers](https://workers.cloudflare.com)
|
- [Cloudflare Workers](https://workers.cloudflare.com)
|
||||||
- [Netlify Functions](https://www.netlify.com/products/functions)
|
- [Netlify Functions](https://www.netlify.com/products/functions)
|
||||||
- [Vercel Edge Network](https://vercel.com/docs/edge-network/introduction)
|
- [Vercel Edge Network](https://vercel.com/docs/edge-network/introduction)
|
||||||
- [Lagon](https://lagon.app)
|
|
||||||
|
|
||||||
Or for other runtimes:
|
Or for other runtimes:
|
||||||
|
|
||||||
|
@ -143,7 +143,6 @@ Edge-side rendering is possible thanks to [Nitro](https://nitro.unjs.io), the [s
|
|||||||
|
|
||||||
The current platforms where you can leverage ESR are:
|
The current platforms where you can leverage ESR are:
|
||||||
- [Cloudflare Pages](https://pages.cloudflare.com) with zero configuration using the git integration and the `nuxt build` command
|
- [Cloudflare Pages](https://pages.cloudflare.com) with zero configuration using the git integration and the `nuxt build` command
|
||||||
- [Lagon](https://lagon.app) using the `NITRO_PRESET=lagon npx nuxt build` command
|
|
||||||
- [Vercel Edge Functions](https://vercel.com/features/edge-functions) using the `nuxt build` command and `NITRO_PRESET=vercel-edge` environment variable
|
- [Vercel Edge Functions](https://vercel.com/features/edge-functions) using the `nuxt build` command and `NITRO_PRESET=vercel-edge` environment variable
|
||||||
- [Netlify Edge Functions](https://www.netlify.com/products/#netlify-edge-functions) using the `nuxt build` command and `NITRO_PRESET=netlify-edge` environment variable
|
- [Netlify Edge Functions](https://www.netlify.com/products/#netlify-edge-functions) using the `nuxt build` command and `NITRO_PRESET=netlify-edge` environment variable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user