Try rewrites to get SPA mode working

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