Skip to content

Commit

Permalink
refactor: make link optional for people
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwinsor committed Jul 2, 2024
1 parent 003a119 commit f25e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const people = defineCollection({
schema: z.object({
type: z.string(),
name: z.string(),
link: z.string(),
link: z.string().optional(),
title: z.string(),
avatar: z.string().optional(),
institution: z.string(),
Expand Down

0 comments on commit f25e5ee

Please sign in to comment.