There was an error while loading. Please reload this page.
1 parent 9804f11 commit ae2688fCopy full SHA for ae2688f
docs/src/content/config.ts
@@ -18,7 +18,6 @@ const docs = defineCollection({
18
noCommentSection: z.boolean().optional().default(false),
19
challenge: z
20
.object({
21
- label: z.string().default('Challenge'),
22
number: z.union([z.number(), z.boolean()]).default(false),
23
})
24
.optional(),
0 commit comments