Vercel
Deploy your Nuxt Application to Vercel infrastructure.
Zero Configuration ✨
Integration with Vercel is possible with zero configuration, learn more.
Integration with Vercel is possible with zero configuration, learn more.
Deploy using Git
- Push your code to your git repository (GitHub, GitLab, Bitbucket).
- Import your project into Vercel.
- Vercel will detect that you are using Nitro and will enable the correct settings for your deployment.
- Your application is deployed!
After your project has been imported and deployed, all subsequent pushes to branches will generate Preview Deployments, and all changes made to the Production Branch (commonly “main”) will result in a Production Deployment.
Learn more about Vercel’s Git Integration.
Custom Build Output Configuration
You can provide additional build output configuration using nitro.vercel.config key inside nuxt.config.ts. It will be merged with built-in auto generated config.