bug ficx vercel

This commit is contained in:
Samandar Turgunboyev
2025-11-26 10:39:40 +05:00
parent c6920e1ae6
commit 0ca088dfbe

View File

@@ -2,14 +2,9 @@
"version": 2,
"builds": [
{
"src": "index.html",
"src": "dist/**",
"use": "@vercel/static"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
"routes": [{ "src": "/(.*)", "dest": "/index.html" }]
}