Merge pull request #715 from dishs/main
bugfix: Fix for missing image in ld+json blob
This commit is contained in:
		| @@ -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' }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user