You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在bolg.config.js中有一个配置项为“POSTS_PER_PAGE: process.env.NEXT_PUBLIC_POST_PER_PAGE || 12, // post counts per page”,也就是配置你博客每页文章的数量。但是当我把它调到6时,我每页博客的数量还是12,只是博客的页码多了一倍(后面新增的几页全都是空的),有没有大佬能帮忙解答一下该怎么调这个
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在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