Add Vercel configuration for URL rewrites

This commit is contained in:
2026-05-15 20:04:40 -04:00
committed by GitHub
parent 1e7ce7460f
commit dd9bf894cc
+5
View File
@@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}