关于博客每页文章数量配置的问题
#3134
Replies: 1 comment
-
你好,有以下几种方式可以修改:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在bolg.config.js中有一个配置项为“POSTS_PER_PAGE: process.env.NEXT_PUBLIC_POST_PER_PAGE || 12, // post counts per page”,也就是配置你博客每页文章的数量。但是当我把它调到6时,我每页博客的数量还是12,只是博客的页码多了一倍(后面新增的几页全都是空的),有没有大佬能帮忙解答一下该怎么调这个
Beta Was this translation helpful? Give feedback.
All reactions