feat: add redirect for non-hash URLs to support HashRouter

This commit is contained in:
plebeius
2025-11-07 12:18:42 +01:00
parent 696f19fcc0
commit dba736efb4
3 changed files with 13 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}