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