Skip to content

Commit 3ce3a86

Browse files
authored
Update blog.config.js
1 parent f3d2e93 commit 3ce3a86

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
},
514514

515515
// RSS订阅
516-
ENABLE_RSS: process.env.NEXT_PUBLIC_ENABLE_RSS || true, // 是否开启RSS订阅功能
516+
ENABLE_RSS: process.env.NEXT_PUBLIC_ENABLE_RSS || false, // 是否开启RSS订阅功能
517517
MAILCHIMP_LIST_ID: process.env.MAILCHIMP_LIST_ID || null, // 开启mailichimp邮件订阅 客户列表ID ,具体使用方法参阅文档
518518
MAILCHIMP_API_KEY: process.env.MAILCHIMP_API_KEY || null, // 开启mailichimp邮件订阅 APIkey
519519

0 commit comments

Comments
 (0)