bug ficx vercel

This commit is contained in:
Samandar Turgunboyev
2025-11-26 10:41:24 +05:00
parent 0ca088dfbe
commit 427a0324fd

View File

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