Skip to content

Commit 926ff24

Browse files
authored
Set showMoreVideos to false (#23928)
1 parent 95b503b commit 926ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Stream.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = z
1111
title: z.string(),
1212
thumbnail: z.string().optional(),
1313
chapters: z.record(z.string(), z.string()).optional(),
14-
showMoreVideos: z.boolean().default(true),
14+
showMoreVideos: z.boolean().default(false),
1515
})
1616
.strict();
1717

0 commit comments

Comments
 (0)