From db7958ff830291891859ade10ff0e181081da8d2 Mon Sep 17 00:00:00 2001 From: sobet Date: Tue, 5 May 2026 14:10:20 +0000 Subject: [PATCH] Update streamingunity/streamingunity.js --- streamingunity/streamingunity.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/streamingunity/streamingunity.js b/streamingunity/streamingunity.js index 901dfee..3fcb9e0 100644 --- a/streamingunity/streamingunity.js +++ b/streamingunity/streamingunity.js @@ -1,6 +1,7 @@ async function getLandingWebsiteHref() { - var response = await soraFetch("https://previtera.vercel.app/"); - var href = await response.text(); + // update the link here if the old one doesn't work anymore + // don't set 'https://' or the final "/" since it will be added by the code + var href = "streamingcommunityz.bargains"; return href; }