From d6920701850edfd13237325bb4d7dce478c5f7db Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Aug 2024 14:59:28 +0300 Subject: [PATCH] Add static.json --- static.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static.json diff --git a/static.json b/static.json new file mode 100644 index 0000000..0de5de7 --- /dev/null +++ b/static.json @@ -0,0 +1,7 @@ +{ + "root": ".", + "clean_urls": true, + "routes": { + "/**": "index.html" + } +}