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