Skip to content

Commit daadf56

Browse files
dcpenathomasgauvin
authored andcommitted
Set showMoreVideos to false (#23928)
1 parent b1b95bb commit daadf56

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)