vite config

This commit is contained in:
Samandar Turgunboyev
2026-02-12 17:48:04 +05:00
parent 9fb18367df
commit c006dfd907

View File

@@ -1,8 +1,12 @@
{
"rewrites": [
"cleanUrls": true,
"routes": [
{
"source": "/(.*)",
"destination": "/index.html"
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "/index.html"
}
]
}