diff options
Diffstat (limited to 'src/content.config.ts')
| -rw-r--r-- | src/content.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content.config.ts b/src/content.config.ts index 999e4af..3d69039 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -5,7 +5,7 @@ const blog = defineCollection({ loader: glob({ pattern: "**/*.{md,mdx}", base: "src/data/blog" }), schema: z.object({ title: z.string(), - metaDescription: z.string(), + description: z.string(), publishedAt: z.coerce.date(), }), }); |
