This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:49:23 +05:00
parent 4faf451cae
commit bd23d3f2ad

View File

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