aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-11 17:59:38 +0200
committersD <stoned@derpymail.org>2020-08-11 17:59:38 +0200
commitc310b764c26627af7ca08b9eea3906943d201928 (patch)
tree5c7769b590507aae75f22f852803b3386d2ae21e /webAO/client.js
parenta40fa4a48643b1026a3890e143592c32f930547c (diff)
cf-ipfs is dead, long live cloudflare-ipfs
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 8d59ec5..0a66b44 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -32,7 +32,7 @@ const serverIP = queryDict.ip;
let mode = queryDict.mode;
// Unless there is an asset URL specified, use the wasabi one
-const DEFAULT_HOST = location.hostname ? "https://cf-ipfs.com/ipfs/QmZSdhjX8RUKBTER8hyVNHnK2ByLXusYc99FRS6RztDKUF/" : "base/";
+const DEFAULT_HOST = location.hostname ? "https://cloudflare-ipfs.com/ipfs/QmZSdhjX8RUKBTER8hyVNHnK2ByLXusYc99FRS6RztDKUF/" : "base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";