Skip to content

Commit

Permalink
docs: remove lagon from deployment providers (#24955)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt committed Jan 16, 2024
1 parent 4ab15c3 commit f1ea269
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/1.getting-started/8.server.md
Expand Up @@ -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:

Expand Down
1 change: 0 additions & 1 deletion docs/2.guide/1.concepts/3.rendering.md
Expand Up @@ -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

Expand Down

0 comments on commit f1ea269

Please sign in to comment.