Add SPA navigation

This commit is contained in:
2026-04-20 13:37:12 +02:00
parent 1dac91ac38
commit 037f3cf1fc
7 changed files with 140 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"cleanUrls": false,
"rewrites": [
{ "source": "/", "destination": "/index.html" },
{ "source": "/!(pages)**", "destination": "/index.html" }
]
}