Files
gastro-admin/vercel.json
Samandar Turgunboyev c006dfd907 vite config
2026-02-12 17:48:04 +05:00

13 lines
145 B
JSON

{
"cleanUrls": true,
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "/index.html"
}
]
}