aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-09-01 12:46:04 +0200
committersD <stoned@derpymail.org>2020-09-01 12:46:04 +0200
commit82eaeeddb422968a66fb75b16e3451db566c19de (patch)
treee0e2a60dd340cc93d93be8851f1f0ef27a09122e /webAO
parentde1a52948150f8e3bee642fa42fcd3a298ac497b (diff)
add effects
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index d9b27a3..1150f15 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://cloudflare-ipfs.com/ipfs/QmZSdhjX8RUKBTER8hyVNHnK2ByLXusYc99FRS6RztDKUF/" : "base/";
+const DEFAULT_HOST = location.hostname ? "https://cloudflare-ipfs.com/ipfs/QmeWK7nB1xjS3zQRwqwGYrKcbiNUKYiWHYCryXzrJF336c/" : "base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";