This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:18:54 +05:00
parent d282c36aae
commit 15082dc4de

View File

@@ -1,5 +1,14 @@
{
"version": 2,
"builds": [{ "src": "package.json", "use": "@vercel/next" }],
"builds": [
{
"src": "package.json",
"use": "@vercel/next",
"config": {
"installCommand": "npm install --force",
"buildCommand": "npm run build"
}
}
],
"routes": [{ "src": "/(.*)", "dest": "/" }]
}