chore: 修改每页最大文章数为100

This commit is contained in:
KazooTTT
2025-04-15 16:43:46 +08:00
parent a4d4ad6b93
commit e271a2efd9

View File

@ -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;