feat: multi-authors support
This commit is contained in:
parent
af55568839
commit
458dc2dafe
9 changed files with 54 additions and 8 deletions
|
@ -6,4 +6,5 @@ export const posts = ({ image }) => z.object({
|
|||
pubDate: z.coerce.date(),
|
||||
updatedDate: z.coerce.date().optional(),
|
||||
cover: image().optional(),
|
||||
author: z.string().optional(),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue