Skip to Content
Welcome to Nibbles Docs!
DocumentationDeployment

Deployment

This project is configured for one-click deployment on Vercel  via GitHub.

Deploy to Vercel

  1. Push this repository to GitHub.
  2. Go to vercel.com/new  and import the repository.
  3. Vercel auto-detects Next.js — keep the defaults:
    • Framework Preset: Next.js
    • Build Command: next build
    • Output Directory: .next
    • Install Command: npm install
  4. 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