Merge pull request #715 from dishs/main
bugfix: Fix for missing image in ld+json blob
This commit is contained in:
commit
038bd1d49f
@ -86,7 +86,7 @@ export const Blog = defineDocumentType(() => ({
|
||||
lastmod: { type: 'date' },
|
||||
draft: { type: 'boolean' },
|
||||
summary: { type: 'string' },
|
||||
images: { type: 'list', of: { type: 'string' } },
|
||||
images: { type: 'json' },
|
||||
authors: { type: 'list', of: { type: 'string' } },
|
||||
layout: { type: 'string' },
|
||||
bibliography: { type: 'string' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user