fix: paths p3

This commit is contained in:
fn
2026-03-27 16:39:54 +00:00
parent db782e9142
commit 64ad88e650

11
vercel.json Normal file
View File

@@ -0,0 +1,11 @@
{
"routes": [
{
"handle": "filesystem"
},
{
"src": "/.*",
"dest": "/index.html"
}
]
}