Merge pull request #975 from bitsocialhq/master

Update vercel.json
This commit is contained in:
Tommaso Casaburi
2026-02-26 13:46:17 +08:00
committed by GitHub
+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"