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": "/(.*)", "handle": "filesystem"
"destination": "/index.html" },
{
"src": "/.*",
"dest": "/index.html"
} }
] ]
} }