Skip to content

Commit 0bcac84

Browse files
committed
make avatar nullable
1 parent a89c36e commit 0bcac84

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
@@ -98,7 +98,7 @@ const speakers = defineCollection({
9898
code: z.string(),
9999
name: z.string(),
100100
slug: z.string(),
101-
avatar: z.string(),
101+
avatar: z.string().url().nullable(),
102102
biography: z.string().nullable(),
103103
submissions: z.array(reference("sessions")),
104104
affiliation: z.string().nullable(),

0 commit comments

Comments
 (0)