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