We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89c36e commit 0bcac84Copy full SHA for 0bcac84
1 file changed
src/content/config.ts
@@ -98,7 +98,7 @@ const speakers = defineCollection({
98
code: z.string(),
99
name: z.string(),
100
slug: z.string(),
101
- avatar: z.string(),
+ avatar: z.string().url().nullable(),
102
biography: z.string().nullable(),
103
submissions: z.array(reference("sessions")),
104
affiliation: z.string().nullable(),
0 commit comments