Skip to content

Commit 71e0699

Browse files
committed
make avatar nullable
1 parent 1559ed8 commit 71e0699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const speakers = defineCollection({
102102
code: z.string(),
103103
name: z.string(),
104104
slug: z.string(),
105-
avatar: z.string(),
105+
avatar: z.string().url().nullable(),
106106
biography: z.string().nullable(),
107107
submissions: z.array(reference("sessions")),
108108
affiliation: z.string().nullable(),

0 commit comments

Comments
 (0)