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