forked from tangly1024/NotionNext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ const BLOG = { | |
AUTHOR: process.env.NEXT_PUBLIC_AUTHOR || 'Doiiars', // 您的昵称 例如 tangly1024 | ||
BIO: process.env.NEXT_PUBLIC_BIO || '一个低调的技术Geek', // 作者简介 | ||
LINK: process.env.NEXT_PUBLIC_LINK || 'https://notion.doiiars.com', // 网站地址 | ||
KEYWORDS: process.env.NEXT_PUBLIC_KEYWORD || 'Notion, 博客, ChatGPT, Calibre, Doiiars, gpt_academic, 导航站, 机器人, cataclysmdda, cdda', // 网站关键词 英文逗号隔开 | ||
KEYWORDS: process.env.NEXT_PUBLIC_KEYWORD || 'Doiiars, Github, Calibre, ChatGPT, gpt_academic, 效率工具, cataclysmdda', // 网站关键词 英文逗号隔开 | ||
|
||
// 社交链接,不需要可留空白,例如 CONTACT_WEIBO:'' | ||
CONTACT_EMAIL: process.env.NEXT_PUBLIC_CONTACT_EMAIL || '[email protected]', // 邮箱地址 例如[email protected] | ||
|