Skip to content

Commit 038bd1d

Browse files
authored
Merge pull request #715 from dishs/main
bugfix: Fix for missing image in ld+json blob
2 parents 2cd0c81 + 516d123 commit 038bd1d

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)