From 15d90c1be76c22584b082710ec944a435d1df661 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 25 Dec 2022 21:00:38 +0800 Subject: [PATCH] Update blog.config.js --- blog.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.config.js b/blog.config.js index 4041ee69..c2e12ff9 100644 --- a/blog.config.js +++ b/blog.config.js @@ -52,7 +52,7 @@ const BLOG = { POST_LIST_PREVIEW: process.env.NEXT_PUBLIC_POST_PREVIEW || 'false', // 是否在列表加载文章预览 POST_PREVIEW_LINES: 12, // 预览博客行数 POST_RECOMMEND_COUNT: 6, // 推荐文章数量 - POSTS_PER_PAGE: 6, // post counts per page + POSTS_PER_PAGE: 10, // post counts per page POSTS_SORT_BY: 'notion', // 排序方式 'date'按时间,'notion'由notion控制 PREVIEW_CATEGORY_COUNT: 16, // 首页最多展示的分类数量,0为不限制