更换标题

This commit is contained in:
tangly1024
2021-10-20 17:01:44 +08:00
parent d214369e71
commit 54b27aa368
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export async function getStaticProps () {
)
const tags = await getAllTags(posts)
const meta = {
title: `${BLOG.title} | 首页`,
title: `${BLOG.title} | ${BLOG.description} `,
description: BLOG.description,
type: 'website'
}