aboutsummaryrefslogtreecommitdiff
path: root/src/content/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/config.ts')
-rw-r--r--src/content/config.ts2
1 files changed, 1 insertions, 1 deletions
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()),
}),
});