Skip to content

Commit 99dabd1

Browse files
GeneAIclaude
authored andcommitted
fix: Use projectSettings for root directory
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8fadbe4 commit 99dabd1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

vercel.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"version": 2,
3-
"builds": [
4-
{
5-
"src": "website/package.json",
6-
"use": "@vercel/next"
7-
}
8-
]
2+
"projectSettings": {
3+
"rootDirectory": "website"
4+
}
95
}

0 commit comments

Comments
 (0)