We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd0c81 commit 516d123Copy full SHA for 516d123
contentlayer.config.ts
@@ -86,7 +86,7 @@ export const Blog = defineDocumentType(() => ({
86
lastmod: { type: 'date' },
87
draft: { type: 'boolean' },
88
summary: { type: 'string' },
89
- images: { type: 'list', of: { type: 'string' } },
+ images: { type: 'json' },
90
authors: { type: 'list', of: { type: 'string' } },
91
layout: { type: 'string' },
92
bibliography: { type: 'string' },
0 commit comments