diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-07-07 16:20:33 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-07-07 16:20:33 -0500 |
| commit | 865c695be40d4deb9c2a506de167242e69e4f278 (patch) | |
| tree | a3711dcd61faace44daf19d5f0e109814789319b /webAO/client.js | |
| parent | 3fb9af3a20cf08894b7c5bbcb8aecd30140448bd (diff) | |
Change default asset host to CDN and rebuild
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 8377551..7f80280 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://s3.wasabisys.com/webao/base/" : "base/"; +const DEFAULT_HOST = location.hostname ? "https://webao-full.animatedchatroom.net/base/" : "base/"; const AO_HOST = queryDict.asset || DEFAULT_HOST; const THEME = queryDict.theme || "default"; const MUSIC_HOST = AO_HOST + "sounds/music/"; |
