Try rewrites to get SPA mode working

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