mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-16 15:31:21 +08:00
chore: 修改每页最大文章数为100
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export const MAX_POSTS_PER_PAGE = 20;
|
||||
export const MAX_POSTS_PER_PAGE = 100;
|
||||
export const MAX_TAGS = 7;
|
||||
export const MAX_CATEGORIES = 7;
|
||||
export const MAX_LATEST_POSTS = 10;
|
||||
|
Reference in New Issue
Block a user