Skip to content

Commit bf02f4c

Browse files
GeneAIclaude
authored andcommitted
fix: Move vercel.json to root with explicit website directory config
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 412dc55 commit bf02f4c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

vercel.json

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

website/vercel.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)