Add vercel.json for SPA routing

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