hardcode in dists page path

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy 2016-07-19 06:49:05 -07:00
parent 8a8730fa40
commit fd732d2db4

View File

@ -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 != "" {