upstream #1
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user