aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-07-26 21:38:04 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2020-07-26 21:38:04 -0500
commitf571b0da2a3fe44c646bb5934df1346ec8c11501 (patch)
treeee213a59b863ece457b5ff73cc0c20b7001a8341
parentd1d2a7b505848db6748e4ce2bec4255de9f0b077 (diff)
Temporarily switch to Cloudflare IPFS
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index d9acaad..8b42907 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -33,7 +33,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://webao-full.animatedchatroom.net/base/" : "base/";
+const DEFAULT_HOST = location.hostname ? "https://cf-ipfs.com/ipfs/QmQA8xshtWveXG2uLNyFjNmzs9npvQM1voah8DDMnRXzeA/" : "base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";