更换标题

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

@@ -3,7 +3,7 @@ const BLOG = {
author: 'tangly1024',
email: 'tlyong1992@hotmail.com',
link: 'https://tangly1024.com',
description: '打造网络事业,从自媒体开始',
description: '打造自媒体网络事业',
lang: 'zh-CN', // ['zh-CN','en-US']
notionPageId: process.env.NOTION_PAGE_ID || 'bee1fccfa3bd47a1a7be83cc71372d83', // Important page_id
notionAccessToken: process.env.NOTION_ACCESS_TOKEN || '', // Useful if you prefer not to make your database public

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'
}