Adds post tags

This commit is contained in:
2026-03-11 18:29:08 -07:00
parent 0a9f425591
commit 3a33325d3a
7 changed files with 173 additions and 84 deletions

View File

@@ -14,6 +14,7 @@ const blog = defineCollection({
pubDate: z.coerce.date().optional(),
updatedDate: z.coerce.date().optional(),
heroImage: image().optional(),
tags: z.array(z.string()).optional(),
}),
});