Skip to content

Commit 28c7174

Browse files
committed
vercel config changed
1 parent e9f9841 commit 28c7174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vercel__.json renamed to vercel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"src": "package.json",
66
"use": "@vercel/static-build",
77
"config": {
8-
"distDir": "dist"
8+
"distDir": ".output/public"
99
}
1010
}
1111
],
1212
"build": {
1313
"env": {
1414
"NPM_FLAGS": "--legacy-peer-deps"
1515
}
16-
},
16+
},
1717
"routes": [
1818
{ "src": "/(.*)", "dest": "/$1" }
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)