Commit fd732d2d authored by Jeromy's avatar Jeromy

hardcode in dists page path

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 8a8730fa
......@@ -15,7 +15,7 @@ import (
"strings"
)
var DistPath = "https://ipfs.io/ipns/dist.ipfs.io"
var DistPath = "https://ipfs.io/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF"
func init() {
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment