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 038bd1d commit 0ae7921Copy full SHA for 0ae7921
contentlayer.config.ts
@@ -87,7 +87,7 @@ export const Blog = defineDocumentType(() => ({
87
draft: { type: 'boolean' },
88
summary: { type: 'string' },
89
images: { type: 'json' },
90
- authors: { type: 'list', of: { type: 'string' } },
+ authors: { type: 'json' },
91
layout: { type: 'string' },
92
bibliography: { type: 'string' },
93
canonicalUrl: { type: 'string' },
0 commit comments