diff --git a/src/content/config.ts b/src/content/config.ts index 2cec22b..39afebd 100644 --- a/src/content/config.ts +++ b/src/content/config.ts @@ -4,7 +4,7 @@ const blogCollection = defineCollection({ type: 'content', schema: z.object({ title: z.string(), - describtion: z.string(), + description: z.string(), }), });