feat: post header link

This commit is contained in:
2025-10-21 12:28:07 +02:00
parent 53ffe2c4fa
commit 791b533d24
8 changed files with 171 additions and 155 deletions

View File

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