Skip to content

Commit a1fa52f

Browse files
committed
Fix Vercel config: restore cd commands for subdirectory
1 parent a337dc2 commit a1fa52f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vercel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildCommand": "npm run build",
3-
"outputDirectory": ".next",
4-
"installCommand": "npm install --legacy-peer-deps",
2+
"buildCommand": "cd writegeist-web && npm run build",
3+
"outputDirectory": "writegeist-web/.next",
4+
"installCommand": "cd writegeist-web && npm install --legacy-peer-deps",
55
"framework": "nextjs"
66
}

0 commit comments

Comments
 (0)