From 6ec1fc82b55e52d8cc088d8f64eff775802ac653 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:38:08 -0600 Subject: [PATCH] switch wisp servers to anura --- ci/buildstatic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/buildstatic.sh b/ci/buildstatic.sh index 1e8065f..9386c94 100755 --- a/ci/buildstatic.sh +++ b/ci/buildstatic.sh @@ -11,4 +11,4 @@ cp -r assets/ $DST/assets cp -r dist/ $DST/scram cp -r static/* $DST -echo 'let _CONFIG = { wispurl: "wss://aluu.xyz/wisp/", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js +echo 'let _CONFIG = { wispurl: "wss://anura.pro/", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js