diff --git a/bun.lockb b/bun.lockb index 542755c..810b09f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/source/astro.mjs b/source/astro.mjs index b0fa006..459fc1f 100755 --- a/source/astro.mjs +++ b/source/astro.mjs @@ -37,7 +37,8 @@ export default defineConfig({ // Experimental experimental: { directRenderScript: true, - clientPrerender: true + clientPrerender: true, + serverIslands: true }, prefetch: { prefetchAll: true, diff --git a/source/src/components/buttons/Telemtry.astro b/source/src/components/buttons/Telemtry.astro index 609beab..4bbc220 100755 --- a/source/src/components/buttons/Telemtry.astro +++ b/source/src/components/buttons/Telemtry.astro @@ -10,8 +10,8 @@ else if (Astro.cookies.get("Telemtry").value === "Disabled") { } --- -{UserIsOptedIn ? +{UserIsOptedIn ? {t("TELEMTRY.OPTOUT")} : {t("TELEMTRY.OPTIN")} -} \ No newline at end of file +} diff --git a/source/src/pages/discover.astro b/source/src/pages/discover.astro index 9782590..7d20315 100755 --- a/source/src/pages/discover.astro +++ b/source/src/pages/discover.astro @@ -56,7 +56,7 @@ else if (Astro.url.href.includes('?platform=twitch')) {
{PlatformYouTube ? YouTubeData.map((video) => -