feat: post header link
This commit is contained in:
@@ -10,7 +10,8 @@ const workshop = defineCollection({
|
||||
pubDate: z.coerce.date(),
|
||||
updatedDate: z.coerce.date().optional(),
|
||||
heroImage: image().optional(),
|
||||
tags: z.array(z.string()).optional()
|
||||
tags: z.array(z.string()).optional(),
|
||||
private: z.boolean().optional()
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user