From 4b32401125445ba8fe48ca54e6655ae4b8ac19f5 Mon Sep 17 00:00:00 2001 From: velzie Date: Thu, 24 Oct 2024 16:11:00 -0400 Subject: [PATCH] switch wisp server --- buildstatic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstatic.sh b/buildstatic.sh index 5edf465..4baea9f 100755 --- a/buildstatic.sh +++ b/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://puter.cafe/", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js +echo 'let _CONFIG = { wispurl: "wss://aluu.xyz/wisp", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js