Try rewrites to get SPA mode working

This commit is contained in:
mplorentz
2026-02-26 11:18:03 -05:00
parent f663efad4b
commit 7ef735c739
+8
View File
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "!(.well-known)/**/!(*.*)",
"destination": "/index.html"
}
]
}