From db4087197c0bdf8776656081a9c379ce85960936 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 25 Dec 2022 21:57:37 +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 c2e12ff9..3bde8c72 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: 10, // post counts per page + POSTS_PER_PAGE: 12, // post counts per page POSTS_SORT_BY: 'notion', // 排序方式 'date'按时间,'notion'由notion控制 PREVIEW_CATEGORY_COUNT: 16, // 首页最多展示的分类数量,0为不限制