We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac4733 commit 9739682Copy full SHA for 9739682
website/app/GeoKrety/Service/Config.php
@@ -323,7 +323,7 @@ public function __construct() {
323
define('GK_HOME_COUNT_NEWS', getenv('GK_HOME_COUNT_NEWS') ?: 3);
324
define('GK_HOME_COUNT_MOVES', getenv('GK_HOME_COUNT_MOVES') ?: 10);
325
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);
+ define('GK_HOME_COUNT_RECENT_PICTURES', getenv('GK_HOME_COUNT_RECENT_PICTURES') ?: 21);
327
328
// PAGINATION LIMITS
329
define('GK_PAGINATION_NEWS', getenv('GK_PAGINATION_NEWS') ?: 10);
0 commit comments