mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
og
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user