faq, privacy-policy and about page complated

This commit is contained in:
Samandar Turgunboyev
2025-12-16 11:50:16 +05:00
parent bffd0309c8
commit d52c1420de

View File

@@ -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"
}
]
}