Skip to content

Commit 516d123

Browse files
committed
bugfix: Fix for missing image in ld+json blob
1 parent 2cd0c81 commit 516d123

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
@@ -86,7 +86,7 @@ export const Blog = defineDocumentType(() => ({
8686
lastmod: { type: 'date' },
8787
draft: { type: 'boolean' },
8888
summary: { type: 'string' },
89-
images: { type: 'list', of: { type: 'string' } },
89+
images: { type: 'json' },
9090
authors: { type: 'list', of: { type: 'string' } },
9191
layout: { type: 'string' },
9292
bibliography: { type: 'string' },

0 commit comments

Comments
 (0)