mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 23:16:52 +00:00
config
This commit is contained in:
@@ -12,7 +12,7 @@ const BLOG = {
|
|||||||
|
|
||||||
AUTHOR: 'NotionNext', // 您的昵称 例如 tangly1024
|
AUTHOR: 'NotionNext', // 您的昵称 例如 tangly1024
|
||||||
BIO: '一个普通的干饭人🍚', // 作者简介
|
BIO: '一个普通的干饭人🍚', // 作者简介
|
||||||
LINK: 'https://tangly1024.com', // 网站地址
|
LINK: process.env.NEXT_PUBLIC_LINK || 'https://tangly1024.com', // 网站地址
|
||||||
KEYWORDS: 'Notion, 博客', // 网站关键词 英文逗号隔开
|
KEYWORDS: 'Notion, 博客', // 网站关键词 英文逗号隔开
|
||||||
// 社交链接,不需要可留空白,例如 CONTACT_WEIBO:''
|
// 社交链接,不需要可留空白,例如 CONTACT_WEIBO:''
|
||||||
CONTACT_EMAIL: '', // 邮箱地址 例如mail@tangly1024.com
|
CONTACT_EMAIL: '', // 邮箱地址 例如mail@tangly1024.com
|
||||||
|
|||||||
Reference in New Issue
Block a user