From c1acdf3147246774f8dec32e2ca343efc6f0952d Mon Sep 17 00:00:00 2001 From: velzie Date: Sat, 12 Oct 2024 21:25:37 -0400 Subject: [PATCH] unfuck config.js --- buildstatic.sh | 2 +- static/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildstatic.sh b/buildstatic.sh index 9f8189e..5edf465 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://puter.cafe/", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js diff --git a/static/config.js b/static/config.js index 8773384..ba0f340 100644 --- a/static/config.js +++ b/static/config.js @@ -1 +1 @@ -let _CONFIG = { wispurl: "wss://puter.cafe/", bareurl: "https://aluu.xyz/bare/" } \ No newline at end of file +let _CONFIG = {};