From c7264e3ace8a6b1e22420702f00296a4bdadb6da Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Feb 2024 23:25:31 -0500 Subject: Tags; More changes on blog --- src/content/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/config.ts') diff --git a/src/content/config.ts b/src/content/config.ts index 694e87d..8dd2162 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -6,7 +6,7 @@ const blogCollection = defineCollection({ schema: z.object({ title: z.string(), description: z.string(), - date: z.date(), + pubDate: z.date(), tags: z.array(z.string()), }), }); -- cgit v1.2.3