This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:40:36 +05:00
parent 655325aba1
commit b5b75e9b0d
2 changed files with 9 additions and 3 deletions

View File

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