Update static.json

This commit is contained in:
Peter Stockings
2025-05-17 09:35:05 +10:00
parent f12aa03fc5
commit d8eaf675cf

View File

@@ -1,3 +1,7 @@
{
"root": "/"
"root": "public",
"clean_urls": true,
"routes": {
"/**": "index.html"
}
}