This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:47:43 +05:00
parent 114d1fb062
commit 4faf451cae

View File

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