Skip to content

Commit 1bdae37

Browse files
committed
update
1 parent a25ac14 commit 1bdae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ const BLOG = {
513513
HOME_BANNER_IMAGE:
514514
process.env.NEXT_PUBLIC_HOME_BANNER_IMAGE || '/bg_image.jpg', // 首页背景大图, 会被notion中的封面图覆盖,若无封面图则会使用代码中的 /public/bg_image.jpg 文件
515515
DESCRIPTION:
516-
process.env.NEXT_PUBLIC_DESCRIPTION || '这是一个由NotionNext生成的站点', // 站点描述,被notion中的页面描述覆盖
516+
process.env.NEXT_PUBLIC_DESCRIPTION || '善意的AI可以生产幸福❤️ ', // 站点描述,被notion中的页面描述覆盖
517517

518518
// 开发相关
519519
NOTION_ACCESS_TOKEN: process.env.NOTION_ACCESS_TOKEN || '', // Useful if you prefer not to make your database public

0 commit comments

Comments
 (0)