From 3216480f59569e492166e3d20e929ae788d87fa1 Mon Sep 17 00:00:00 2001 From: plebeius Date: Thu, 26 Feb 2026 13:36:31 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index ee208c4c..a863c803 100644 --- a/vercel.json +++ b/vercel.json @@ -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"