文章标题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

@@ -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