From b9e064fc058fa459fd35aaf294007fee026f8bfa Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 2 Apr 2022 12:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=AB=99=E7=82=B9=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.js b/pages/index.js index 96778eea..2e314239 100644 --- a/pages/index.js +++ b/pages/index.js @@ -14,7 +14,7 @@ export async function getStaticProps () { const props = await getGlobalNotionData({ from, pageType: ['Post'] }) const { allPosts, siteInfo } = props const meta = { - title: `${siteInfo.title}`, + title: `${siteInfo.title} | ${siteInfo.description}`, description: siteInfo.description, type: 'website' }