mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 15:10:26 +00:00
Better SEO for Facebook Open Graph
This commit is contained in:
@@ -63,6 +63,7 @@ const Slug = props => {
|
||||
type: 'article',
|
||||
slug: 'article/' + props.post.slug,
|
||||
image: props.post.page_cover,
|
||||
category: props.post.category?.[0],
|
||||
tags: props.post.tags
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user