fix: update settings

This commit is contained in:
2026-06-25 19:21:09 +05:00
parent 2edba57952
commit 8a5a27f3b6
8 changed files with 122 additions and 24 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
{
"cleanUrls": true,
"cleanUrls": false,
"rewrites": [
{ "source": "/game", "destination": "/game.html" }
{ "source": "/game", "destination": "/game.html" },
{ "source": "/", "destination": "/index.html" }
]
}
}