mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 15:10:23 +00:00
首页站点描述
This commit is contained in:
@@ -14,7 +14,7 @@ export async function getStaticProps () {
|
|||||||
const props = await getGlobalNotionData({ from, pageType: ['Post'] })
|
const props = await getGlobalNotionData({ from, pageType: ['Post'] })
|
||||||
const { allPosts, siteInfo } = props
|
const { allPosts, siteInfo } = props
|
||||||
const meta = {
|
const meta = {
|
||||||
title: `${siteInfo.title}`,
|
title: `${siteInfo.title} | ${siteInfo.description}`,
|
||||||
description: siteInfo.description,
|
description: siteInfo.description,
|
||||||
type: 'website'
|
type: 'website'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user