Skip to content

Commit 0ae7921

Browse files
committed
fix: include authors in ld+json
1 parent 038bd1d commit 0ae7921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentlayer.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const Blog = defineDocumentType(() => ({
8787
draft: { type: 'boolean' },
8888
summary: { type: 'string' },
8989
images: { type: 'json' },
90-
authors: { type: 'list', of: { type: 'string' } },
90+
authors: { type: 'json' },
9191
layout: { type: 'string' },
9292
bibliography: { type: 'string' },
9393
canonicalUrl: { type: 'string' },

0 commit comments

Comments
 (0)