mirror of
https://github.com/valentineus/popov.link.git
synced 2025-10-15 06:00:24 +03:00
Update blog post metadata and styles
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
Reference in New Issue
Block a user