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