From 54b27aa368403ba914b611ddd23c72cd5e8f4e4c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 20 Oct 2021 17:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- pages/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.config.js b/blog.config.js index 4c4c093e..5f74bba9 100644 --- a/blog.config.js +++ b/blog.config.js @@ -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 diff --git a/pages/index.js b/pages/index.js index 64d80dbc..585a278a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -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' }