Vercel deploys
GitHub is the source of truth. Vercel builds Tiger-Studio-Website on main (production) and on pull requests (preview URLs).
Config lives in vercel.ts in that repo: framework Next.js, build command npm run build.
First-time project (maintainers)
-
Import the GitHub repo in the Vercel dashboard or from the repo root:
npx vercel -
Root Directory stays the repo root (empty).
-
Framework Preset: Next.js. If an old project shows Other, set it under Settings → General.
Everyday shipping
- Open a PR against
maininTiger-Studio-Website - Wait for the Vercel preview
- Merge
- Production updates at tiger-studio-website.vercel.app
Docs-only PRs in this docs repo do not rebuild Next.js. The hub refetches Markdown on a short cache (about two minutes). See Docs on the hub.
Environment variables
Settings → Environment Variables. After the Supabase Marketplace integration, confirm at least:
NEXT_PUBLIC_SUPABASE_URL- (or )