Deployment Guide
This site can be deployed easily on Vercel , Netlify , or any static host.
Vercel
- Push your code to GitHub.
- Go to vercel.com and import your repository.
- Set the build command:
npm run build
And the output directory:
.next
- Done!!
Netlify
Use a custom output adapter or export to static HTML using next export
. (Not ideal for Nextra, which prefers SSR.)
Last updated on