From 228fd2409cab126235ee239350a5b26f8efd8c7b Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 15 Feb 2026 06:29:37 +1300 Subject: [PATCH] Update +page.ts --- materialious/src/routes/(app)/+page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/src/routes/(app)/+page.ts b/materialious/src/routes/(app)/+page.ts index 53ac18ee..37806716 100644 --- a/materialious/src/routes/(app)/+page.ts +++ b/materialious/src/routes/(app)/+page.ts @@ -14,7 +14,7 @@ export async function load() { if (!get(invidiousInstanceStore)) { return { - popularDisabled: false + popularDisabled: true }; }