Skip to content

Commit 412dc55

Browse files
GeneAIclaude
authored andcommitted
fix: Remove Vercel secret references, use dashboard env vars
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9e48938 commit 412dc55

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

website/vercel.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
2-
"buildCommand": "npm run build",
2+
"buildCommand": "npm run build:railway",
33
"devCommand": "npm run dev",
44
"installCommand": "npm install",
55
"framework": "nextjs",
6-
"regions": ["iad1"],
7-
"env": {
8-
"NEXT_PUBLIC_PLAUSIBLE_DOMAIN": "@plausible_domain",
9-
"NEXT_PUBLIC_SITE_URL": "@site_url"
10-
}
6+
"regions": ["iad1"]
117
}

0 commit comments

Comments
 (0)