2 parents f053e0c + a95d121 commit 0f3bdb2Copy full SHA for 0f3bdb2
1 file changed
vercel.json
@@ -2,6 +2,9 @@
2
"buildCommand": "npm run build",
3
"outputDirectory": "dist",
4
"framework": "vite",
5
+ "git": {
6
+ "deploymentEnabled": false
7
+ },
8
"installCommand": "npm install",
9
"rewrites": [
10
{ "source": "/api/:path*", "destination": "/api/:path*" }
0 commit comments