From b0b39729e051dff571cb340a3a5af7dc448d8903 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 6 Jan 2022 13:23:13 +0800 Subject: [PATCH] page-title --- pages/page/[page].js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/page/[page].js b/pages/page/[page].js index 4021598d..39b84d0f 100644 --- a/pages/page/[page].js +++ b/pages/page/[page].js @@ -44,7 +44,7 @@ export async function getStaticProps ({ params: { page } }) { const tagOptions = notionPageData.tagOptions const tags = await getAllTags({ allPosts, tagOptions }) const meta = { - title: `${page} | Page |${BLOG.title}`, + title: `${page} | Page | ${BLOG.title}`, description: BLOG.description, type: 'website' }