Skip to content

Commit 22e1a5d

Browse files
author
Codex
committed
chore(vercel): add vercel.json build config and ensure .vercel is gitignored
* apps/landing/vercel.json: Next.js build config (framework, outputDirectory, buildCommand, installCommand) — untracked since 2025-06-18, now committed so Vercel can read it from the repo. * .gitignore: ensure .vercel is ignored (already had .vercel/ entry; this adds the bare .vercel form for completeness). Pair with vercel link to forgedfromwood/organoid-symbionts (production URL: https://organoid-symbionts-forgedfromwood.vercel.app).
1 parent baa68da commit 22e1a5d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,4 @@ onchain-cache/
201201

202202
# Optional: generated snapshots (keep canonical snapshots in repo)
203203
snapshots-generated/
204+
.vercel

apps/landing/vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"framework": "nextjs",
3+
"outputDirectory": ".next",
4+
"buildCommand": "pnpm run build",
5+
"installCommand": "pnpm install"
6+
}

0 commit comments

Comments
 (0)