文章标题SEO
This commit is contained in:
tangly1024
2021-12-24 16:35:53 +08:00
parent aa562b3403
commit 0756dedb5a
9 changed files with 14 additions and 9 deletions

View File

@@ -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: []