This commit is contained in:
2025-12-28 09:12:20 +08:00
parent c86006381b
commit 0a959abcb3
5 changed files with 292 additions and 33 deletions

View File

@@ -78,7 +78,6 @@ export function normalizePost(post: NotionPost): CollectionEntry<'blog'> {
const id = post.slug || post.id
const banner = (post as any).banner || null
const image = banner
return {
id,
collection: 'blog',