Fix explorer prettier error

This commit is contained in:
Justin Starry
2020-06-24 21:47:10 +08:00
committed by Justin Starry
parent f7a313597b
commit 8df16ac8a9

View File

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