diff --git a/explorer/static.json b/explorer/static.json index 48d48d089f..c35e3ca258 100644 --- a/explorer/static.json +++ b/explorer/static.json @@ -1,7 +1,7 @@ { - "https_only": true, - "root": "build/", - "routes": { - "/**": "index.html" - } + "https_only": true, + "root": "build/", + "routes": { + "/**": "index.html" + } }