Add vercel.json for SPA routing

This commit is contained in:
2026-05-27 01:11:26 +02:00
parent 0729f872a0
commit ff235d873a
+3
View File
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}