fix for routing

This commit is contained in:
2026-02-06 11:50:25 +00:00
parent bd8c846ccc
commit 0c77fd82ed

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}