bugfix: Fix for missing image in ld+json blob

This commit is contained in:
Dushyant Singh 2023-09-22 16:54:42 -07:00
parent 2cd0c8184a
commit 516d123640

View File

@ -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' },