We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b95bb commit daadf56Copy full SHA for daadf56
src/components/Stream.astro
@@ -11,7 +11,7 @@ const props = z
11
title: z.string(),
12
thumbnail: z.string().optional(),
13
chapters: z.record(z.string(), z.string()).optional(),
14
- showMoreVideos: z.boolean().default(true),
+ showMoreVideos: z.boolean().default(false),
15
})
16
.strict();
17
0 commit comments