From f7a313597b99bfa69d79497e38010e33e8c79b2d Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 24 Jun 2020 21:42:45 +0800 Subject: [PATCH] Force https for explorer --- explorer/static.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 explorer/static.json diff --git a/explorer/static.json b/explorer/static.json new file mode 100644 index 0000000000..48d48d089f --- /dev/null +++ b/explorer/static.json @@ -0,0 +1,7 @@ +{ + "https_only": true, + "root": "build/", + "routes": { + "/**": "index.html" + } +}