Skip to content

Commit 76b4668

Browse files
committed
zod url fix
1 parent 1dc9670 commit 76b4668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const authors = defineCollection({
2424
bio: z.string(),
2525
twitter: z.string().optional(),
2626
facebook: z.string().optional(),
27-
website: z.string().url().optional(),
27+
website: z.url().optional(),
2828
location: z.string().optional(),
2929
profile_image: z.string().optional(),
3030
}),

0 commit comments

Comments
 (0)