File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ const BLOG = {
435
435
// <---- 评论插件
436
436
437
437
// ----> 站点统计
438
- ANALYTICS_VERCEL : process . env . NEXT_PUBLIC_ANALYTICS_VERCEL || true , // vercel自带的统计 https://vercel.com/docs/concepts/analytics/quickstart https://github.com/tangly1024/NotionNext/issues/897
438
+ ANALYTICS_VERCEL : process . env . NEXT_PUBLIC_ANALYTICS_VERCEL || false , // vercel自带的统计 https://vercel.com/docs/concepts/analytics/quickstart https://github.com/tangly1024/NotionNext/issues/897
439
439
ANALYTICS_BUSUANZI_ENABLE :
440
440
process . env . NEXT_PUBLIC_ANALYTICS_BUSUANZI_ENABLE || true , // 展示网站阅读量、访问数 see http://busuanzi.ibruce.info/
441
441
ANALYTICS_BAIDU_ID : process . env . NEXT_PUBLIC_ANALYTICS_BAIDU_ID || '' , // e.g 只需要填写百度统计的id,[baidu_id] -> https://hm.baidu.com/hm.js?[baidu_id]
You can’t perform that action at this time.
0 commit comments