mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +00:00
更换标题
This commit is contained in:
@@ -3,7 +3,7 @@ const BLOG = {
|
|||||||
author: 'tangly1024',
|
author: 'tangly1024',
|
||||||
email: 'tlyong1992@hotmail.com',
|
email: 'tlyong1992@hotmail.com',
|
||||||
link: 'https://tangly1024.com',
|
link: 'https://tangly1024.com',
|
||||||
description: '打造网络事业,从自媒体开始',
|
description: '打造自媒体网络事业',
|
||||||
lang: 'zh-CN', // ['zh-CN','en-US']
|
lang: 'zh-CN', // ['zh-CN','en-US']
|
||||||
notionPageId: process.env.NOTION_PAGE_ID || 'bee1fccfa3bd47a1a7be83cc71372d83', // Important page_id!!!
|
notionPageId: process.env.NOTION_PAGE_ID || 'bee1fccfa3bd47a1a7be83cc71372d83', // Important page_id!!!
|
||||||
notionAccessToken: process.env.NOTION_ACCESS_TOKEN || '', // Useful if you prefer not to make your database public
|
notionAccessToken: process.env.NOTION_ACCESS_TOKEN || '', // Useful if you prefer not to make your database public
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export async function getStaticProps () {
|
|||||||
)
|
)
|
||||||
const tags = await getAllTags(posts)
|
const tags = await getAllTags(posts)
|
||||||
const meta = {
|
const meta = {
|
||||||
title: `${BLOG.title} | 首页`,
|
title: `${BLOG.title} | ${BLOG.description} `,
|
||||||
description: BLOG.description,
|
description: BLOG.description,
|
||||||
type: 'website'
|
type: 'website'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user