We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc9670 commit 76b4668Copy full SHA for 76b4668
src/content.config.ts
@@ -24,7 +24,7 @@ const authors = defineCollection({
24
bio: z.string(),
25
twitter: z.string().optional(),
26
facebook: z.string().optional(),
27
- website: z.string().url().optional(),
+ website: z.url().optional(),
28
location: z.string().optional(),
29
profile_image: z.string().optional(),
30
}),
0 commit comments