diff --git a/content-collections.ts b/content-collections.ts index f892c69..d0e94f1 100644 --- a/content-collections.ts +++ b/content-collections.ts @@ -24,6 +24,7 @@ const docs = defineCollection({ schema: z.object({ title: z.string(), description: z.string(), + content: z.string(), }), transform: async (document, context) => { const highlighter = await shikiHighlighter();