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, "version": 2,
"builds": [ "builds": [
{ {
"src": "index.html", "src": "dist/**",
"use": "@vercel/static" "use": "@vercel/static"
} }
], ],
"routes": [ "routes": [{ "src": "/(.*)", "dest": "/index.html" }]
{
"src": "/(.*)",
"dest": "/index.html"
}
]
} }