increase default page_size for user

This commit is contained in:
Simon 2025-12-28 09:47:31 +07:00
parent f278e252c5
commit 97210e0cba
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class UserConfig:
_DEFAULT_USER_SETTINGS = UserConfigType(
stylesheet="dark.css",
page_size=12,
page_size=25,
sort_by="published",
sort_order="desc",
view_style_home="grid",