Skip to content

Commit ae2688f

Browse files
committed
chore(): remove label but keep object as it could have more props
1 parent 9804f11 commit ae2688f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/content/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const docs = defineCollection({
1818
noCommentSection: z.boolean().optional().default(false),
1919
challenge: z
2020
.object({
21-
label: z.string().default('Challenge'),
2221
number: z.union([z.number(), z.boolean()]).default(false),
2322
})
2423
.optional(),

0 commit comments

Comments
 (0)