Update blog post metadata and styles

This commit is contained in:
2024-10-02 23:04:27 +00:00
parent d4eab1ff13
commit 2b53025876
6 changed files with 27 additions and 21 deletions

View File

@@ -5,6 +5,7 @@ const blog = defineCollection({
schema: z.object({
author: z.string(),
description: z.string(),
draft: z.optional(z.boolean()),
pubDate: z.coerce.date(),
title: z.string(),
}),