Better SEO for Facebook Open Graph

This commit is contained in:
txs
2022-04-06 04:26:19 +08:00
parent 6de1102bfb
commit 2ac6ff3fae
3 changed files with 8 additions and 2 deletions

View File

@@ -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
}