Skip to content

Commit 9739682

Browse files
committed
fix: Show 21 Pictures on front page
1 parent 1ac4733 commit 9739682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/GeoKrety/Service/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function __construct() {
323323
define('GK_HOME_COUNT_NEWS', getenv('GK_HOME_COUNT_NEWS') ?: 3);
324324
define('GK_HOME_COUNT_MOVES', getenv('GK_HOME_COUNT_MOVES') ?: 10);
325325
define('GK_HOME_COUNT_RECENT_GEOKRETY', getenv('GK_HOME_COUNT_RECENT_GEOKRETY') ?: 10);
326-
define('GK_HOME_COUNT_RECENT_PICTURES', getenv('GK_HOME_COUNT_RECENT_PICTURES') ?: 18);
326+
define('GK_HOME_COUNT_RECENT_PICTURES', getenv('GK_HOME_COUNT_RECENT_PICTURES') ?: 21);
327327

328328
// PAGINATION LIMITS
329329
define('GK_PAGINATION_NEWS', getenv('GK_PAGINATION_NEWS') ?: 10);

0 commit comments

Comments
 (0)