Force https for explorer

This commit is contained in:
Justin Starry 2020-06-24 21:42:45 +08:00 committed by Justin Starry
parent 74c44009a7
commit f7a313597b

7
explorer/static.json Normal file
View File

@ -0,0 +1,7 @@
{
"https_only": true,
"root": "build/",
"routes": {
"/**": "index.html"
}
}