Skip to content

Commit 712adb0

Browse files
committed
Fix Vercel config for vix-site root
1 parent fabf1cf commit 712adb0

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,7 +1,7 @@
11
{
2-
"buildCommand": "cd vix-site && npm run build",
3-
"outputDirectory": "vix-site/dist",
4-
"installCommand": "cd vix-site && npm install",
2+
"buildCommand": "npm run build",
3+
"outputDirectory": "dist",
4+
"installCommand": "npm install",
55
"cleanUrls": true,
66
"trailingSlash": false,
77
"rewrites": [

0 commit comments

Comments
 (0)