mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 07:26:45 +00:00
feature:
文章标题SEO
This commit is contained in:
@@ -25,7 +25,7 @@ const About = ({ post, blockMap, tags, prev, next, allPosts, categories }) => {
|
||||
}
|
||||
const { locale } = useGlobal()
|
||||
const meta = {
|
||||
title: `${BLOG.title} | ${locale.NAV.ABOUT}`,
|
||||
title: `${locale.NAV.ABOUT} | ${BLOG.title} `,
|
||||
description: post.summary,
|
||||
type: 'post',
|
||||
tags: []
|
||||
|
||||
Reference in New Issue
Block a user