Compare commits

...

1 Commits

Author SHA1 Message Date
tophe 4c1cefc1f5 Add vercel.json for SPA routing 2026-05-27 01:08:23 +02:00
+3
View File
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}