mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
banner
This commit is contained in:
@@ -89,6 +89,7 @@ export function normalizePost(post: NotionPost): CollectionEntry<'blog'> {
|
||||
tags: Array.isArray(post.Tags) ? post.Tags : [],
|
||||
draft: !(post.Published ?? true),
|
||||
authors: [DEFAULT_AUTHOR_ID],
|
||||
banner,
|
||||
image,
|
||||
},
|
||||
body: '',
|
||||
|
||||
Reference in New Issue
Block a user