mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 07:26:47 +00:00
feature:
文章详情页关键词SEO
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user