Skip to content

Commit

Permalink
更新 blog.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeafter619 authored Oct 22, 2023
1 parent 8a93149 commit d83c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const BLOG = {
PREVIEW_CATEGORY_COUNT: 16, // 首页最多展示的分类数量,0为不限制
PREVIEW_TAG_COUNT: 16, // 首页最多展示的标签数量,0为不限制

POST_DISABLE_GALLERY_CLICK: process.env.NEXT_PUBLIC_POST_DISABLE_GALLERY_CLICK || false, // 画册视图禁止点击,方便在友链页面的画册插入链接
POST_DISABLE_GALLERY_CLICK: process.env.NEXT_PUBLIC_POST_DISABLE_GALLERY_CLICK || true, // 画册视图禁止点击,方便在友链页面的画册插入链接

// ********动态特效相关********
// 鼠标点击烟花特效
Expand Down

1 comment on commit d83c863

@vercel
Copy link

@vercel vercel bot commented on d83c863 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.