From e2566cce31aec8b808e0e3f2e1568b3cad6897d2 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 21 Aug 2024 17:06:56 -0400 Subject: [PATCH] update --- bun.lockb | Bin 250891 -> 250891 bytes source/astro.mjs | 3 ++- source/src/components/buttons/Telemtry.astro | 4 ++-- source/src/pages/discover.astro | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bun.lockb b/bun.lockb index 542755cb16abfed17608afde42a43fce047dbdf3..810b09facbbc60ff02c86e9e3d2843e378d8a6df 100755 GIT binary patch delta 32 ocmeBP!QZ`tzoCV33zJm~qw#d>7N*&Z=Iz&8n6_VUVK(sx0K|j~*#H0l delta 32 ocmeBP!QZ`tzoCV33zJm~qtSHh7N*&ZrtQ~Tn6_VUVK(sx0K{Ai)&Kwi 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) => -