Deployment
This project is configured for one-click deployment on Vercel via GitHub.
Deploy to Vercel
- Push this repository to GitHub.
- Go to vercel.com/new and import the repository.
- Vercel auto-detects Next.js — keep the defaults:
- Framework Preset: Next.js
- Build Command:
next build - Output Directory:
.next - Install Command:
npm install
- Click Deploy.
Every push to the default branch triggers a production deployment; pull requests get unique preview URLs.
Custom Domain
Add your domain in Project → Settings → Domains on Vercel and follow the DNS instructions.
Environment Variables
If you add any (e.g. analytics keys), set them under Project → Settings → Environment Variables in the Vercel dashboard. They are exposed at build time the same way as a local .env.local file.
Last updated on