diff --git a/docs/1.getting-started/8.server.md b/docs/1.getting-started/8.server.md index a321b54f82..6d19639ea3 100644 --- a/docs/1.getting-started/8.server.md +++ b/docs/1.getting-started/8.server.md @@ -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) - [Netlify Functions](https://www.netlify.com/products/functions) - [Vercel Edge Network](https://vercel.com/docs/edge-network/introduction) -- [Lagon](https://lagon.app) Or for other runtimes: diff --git a/docs/2.guide/1.concepts/3.rendering.md b/docs/2.guide/1.concepts/3.rendering.md index d408b7617a..79c35a91a5 100644 --- a/docs/2.guide/1.concepts/3.rendering.md +++ b/docs/2.guide/1.concepts/3.rendering.md @@ -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: - [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 - [Netlify Edge Functions](https://www.netlify.com/products/#netlify-edge-functions) using the `nuxt build` command and `NITRO_PRESET=netlify-edge` environment variable