fix: include authors in ld+json

This commit is contained in:
Timothy Lin 2023-09-26 10:07:48 +08:00
parent 038bd1d49f
commit 0ae7921c7b

View File

@ -87,7 +87,7 @@ export const Blog = defineDocumentType(() => ({
draft: { type: 'boolean' },
summary: { type: 'string' },
images: { type: 'json' },
authors: { type: 'list', of: { type: 'string' } },
authors: { type: 'json' },
layout: { type: 'string' },
bibliography: { type: 'string' },
canonicalUrl: { type: 'string' },