Netlify

Preset: netlify (switch to this preset)

Zero Config Provider

Integration with this provider is possible with zero configuration. (Learn More)

Normally, the deployment to Netlify does not require any configuration. Nitro will auto-detect that you are in a Netlify build environment and build the correct version of your server.

For new sites, Netlify will detect that you are using Nitro and set the publish directory to dist and build command to npm run build. If you are upgrading an existing site you should check these and update them if needed.

If you want to add custom redirects, you can do so by adding a _redirects file.

For deployment, just push to your git repository as you would normally do for Netlify.

Netlify Edge Functions

Preset: netlify-edge (switch to this preset)

Netlify Edge Functions use Deno and the powerful V8 JavaScript runtime to let you run globally distributed functions for the fastest possible response times. (Read More)

Nitro output can directly run the server at the edge. Closer to your users.

On-demand Builders

Preset: netlify-builder (switch to this preset)

On-demand Builders are serverless functions used to generate web content as needed that’s automatically cached on Netlify’s Edge CDN. They enable you to build pages for your site when a user visits them for the first time and then cache them at the edge for subsequent visits. (Read More)