Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7396ea

Browse files
committedMar 24, 2024
update
1 parent 01a31fc commit e7396ea

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
@@ -456,7 +456,7 @@ const BLOG = {
456456
HOME_BANNER_IMAGE:
457457
process.env.NEXT_PUBLIC_HOME_BANNER_IMAGE || '/bg_image.jpg', // 首页背景大图, 会被notion中的封面图覆盖,若无封面图则会使用代码中的 /public/bg_image.jpg 文件
458458
DESCRIPTION:
459-
process.env.NEXT_PUBLIC_DESCRIPTION || '这是一个由NotionNext生成的站点', // 站点描述,被notion中的页面描述覆盖
459+
process.env.NEXT_PUBLIC_DESCRIPTION || '善意的AI可以生产幸福❤️ ', // 站点描述,被notion中的页面描述覆盖
460460

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

0 commit comments

Comments
 (0)
Please sign in to comment.