feature:

文章详情页关键词SEO
This commit is contained in:
tangly
2021-11-06 12:15:46 +08:00
parent 46495f9fe6
commit a4d051fa38
3 changed files with 8 additions and 5 deletions

View File

@@ -35,7 +35,8 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories })
const meta = {
title: `${post.title} | ${BLOG.title}`,
description: post.summary,
type: 'article'
type: 'article',
tags: post.tags
}
const targetRef = useRef(null)
const drawerRight = useRef(null)