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; }