hardcode in dists page path
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
Jul 19, 2016 at 06:49 UTC
fd732d2db4e95d8e1cb7b401bba47112af404435
1 file changed
+1
-1
repo/fsrepo/migrations/migrations.go
+1
-1
@@ -15,7 +15,7 @@ import (
15
"strings"
16
)
17
18
-var DistPath = "https://ipfs.io/ipns/dist.ipfs.io"
18
+var DistPath = "https://ipfs.io/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF"
19
20
func init() {
21
if dist := os.Getenv("IPFS_DIST_PATH"); dist != "" {