mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-24 15:09:51 +00:00
feature:
文章标题SEO
This commit is contained in:
@@ -18,7 +18,7 @@ const Slug = ({ post, blockMap, tags, prev, next, allPosts, recommendPosts, cate
|
||||
return <Custom404 />
|
||||
}
|
||||
const meta = {
|
||||
title: `${BLOG.title} | ${post.title}`,
|
||||
title: `${post.title} | ${BLOG.title}`,
|
||||
description: post.summary,
|
||||
type: 'article',
|
||||
tags: post.tags
|
||||
|
||||
Reference in New Issue
Block a user