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" + } }