Skip to content

Commit f5386c4

Browse files
JordyDutchclaude
andcommitted
fix(vercel): set rootDirectory to frontend for Next.js detection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c1ff8f7 commit f5386c4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vercel.json

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

0 commit comments

Comments
 (0)