From d8eaf675cf41ce2465ee768771fc78f862eb8b81 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 17 May 2025 09:35:05 +1000 Subject: [PATCH] Update static.json --- static.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static.json b/static.json index 7bf876a..b999ebb 100644 --- a/static.json +++ b/static.json @@ -1,3 +1,7 @@ { - "root": "/" + "root": "public", + "clean_urls": true, + "routes": { + "/**": "index.html" + } }