From fcfe9d191e61508997e636a1ef3a0281f829813a Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 27 Oct 2021 09:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index 5f74bba9..80ab9bec 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