Update vercel.json

This commit is contained in:
plebeius
2026-02-26 13:36:31 +08:00
parent 2c6617b5cd
commit 3216480f59
+1 -1
View File
@@ -2,7 +2,7 @@
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"installCommand": "yarn install --network-timeout 600000 --child-concurrency 1",
"installCommand": "npm install --legacy-peer-deps",
"buildCommand": "yarn build",
"outputDirectory": "build",
"framework": "vite"