mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
30 lines
801 B
Markdown
30 lines
801 B
Markdown
---
|
|
icon: LogoNetlify
|
|
---
|
|
|
|
# Netlify
|
|
|
|
How to deploy Nuxt to Netlify.
|
|
|
|
::list
|
|
- Support for serverless SSR build
|
|
- Auto-detected when deploying
|
|
- No configuration required
|
|
::
|
|
|
|
## Setup
|
|
|
|
Nitro will auto-detect that you are in a [Netlify](https://www.netlify.com) environment and build the correct version of your Nuxt server. The only thing you need to do is ensure that you have Netlify set up to build your project (just select the 'Nuxt' preset from the drop-down menu).
|
|
|
|
## Deployment
|
|
|
|
Just push to your git repository [as you would normally for Netlify](https://docs.netlify.com/configure-builds/get-started/).
|
|
|
|
## More information
|
|
|
|
See [more information on the Lambda preset](/docs/deployment/presets/lambda) for full details.
|
|
|
|
## Demo
|
|
|
|
A live demo is available on https://nitro-demo.netlify.app/
|