Update +page.ts

This commit is contained in:
WardPearce
2026-02-15 06:29:37 +13:00
parent aa9107dc02
commit 228fd2409c
+1 -1
View File
@@ -14,7 +14,7 @@ export async function load() {
if (!get(invidiousInstanceStore)) {
return {
popularDisabled: false
popularDisabled: true
};
}