upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 0ae7921c7b - Show all commits

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