aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-10 19:43:22 +0200
committersD <stoned@derpymail.org>2020-08-10 19:43:22 +0200
commit0b4c03d19f4ab083495b16d1e3c2f4f8474bb5fe (patch)
tree25b0a236858ef62bdce096e5ae91da86d2cb1f4e
parent77c4ff335fefa218d6916d8c8cb7d103a00975a7 (diff)
add objections, speedlines, G/NG
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index e075c90..b4932a6 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/QmQA8xshtWveXG2uLNyFjNmzs9npvQM1voah8DDMnRXzeA/" : "base/";
+const DEFAULT_HOST = location.hostname ? "https://cf-ipfs.com/ipfs/QmZSdhjX8RUKBTER8hyVNHnK2ByLXusYc99FRS6RztDKUF/" : "base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";