feat: implement blog template

This commit is contained in:
Alejandro Laguna
2025-09-06 20:38:36 +02:00
parent af2a6d33e3
commit 4f0b05c8ef
12 changed files with 1415 additions and 42 deletions

View File

@@ -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()
}),
});