From d52c1420de31ad7414eace83d25c25dd502f76d8 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Tue, 16 Dec 2025 11:50:16 +0500 Subject: [PATCH] faq, privacy-policy and about page complated --- vercel.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index ba47e7d..fcd1b54 100644 --- a/vercel.json +++ b/vercel.json @@ -3,8 +3,10 @@ "builds": [ { "src": "package.json", - "use": "@vercel/next", - "command": "npm install --force" + "use": "@vercel/next" } - ] + ], + "build": { + "command": "npm install --legacy-peer-deps && npm run build" + } }