mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
hardcode in dists page path
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
parent
8a8730fa40
commit
fd732d2db4
@ -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 != "" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user