This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:37:09 +05:00
parent bab028f544
commit 655325aba1
2 changed files with 2 additions and 12 deletions

View File

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