Add vercel.json for SPA routing

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