fix: routing

This commit is contained in:
Tim Rijkse
2026-01-16 07:27:39 +01:00
parent ac10ab8f4b
commit 45d0872495
2 changed files with 8 additions and 2 deletions

6
serve.json Normal file
View File

@@ -0,0 +1,6 @@
{
"cleanUrls": false,
"rewrites": [
{ "source": "/", "destination": "/index.html" }
]
}