upstream #1
@ -86,7 +86,7 @@ export const Blog = defineDocumentType(() => ({
|
|||||||
lastmod: { type: 'date' },
|
lastmod: { type: 'date' },
|
||||||
draft: { type: 'boolean' },
|
draft: { type: 'boolean' },
|
||||||
summary: { type: 'string' },
|
summary: { type: 'string' },
|
||||||
images: { type: 'list', of: { type: 'string' } },
|
images: { type: 'json' },
|
||||||
authors: { type: 'list', of: { type: 'string' } },
|
authors: { type: 'list', of: { type: 'string' } },
|
||||||
layout: { type: 'string' },
|
layout: { type: 'string' },
|
||||||
bibliography: { type: 'string' },
|
bibliography: { type: 'string' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user