This commit is contained in:
Percs 2024-07-19 16:15:05 -05:00
parent 3ced0defc4
commit 9305bf7ce3
3 changed files with 21 additions and 13 deletions

View file

@ -28,7 +28,11 @@ const col = css`
const store = $store(
{
url: "https://google.com",
wispurl: (location.protocol === "https:" ? "wss" : "ws") + "://" + location.host + "/wisp/",
wispurl:
(location.protocol === "https:" ? "wss" : "ws") +
"://" +
location.host +
"/wisp/",
bareurl:
(location.protocol === "https:" ? "https" : "http") +
"://" +