This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:43:46 +05:00
parent b5b75e9b0d
commit db5e81fb59

View File

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