From 298910198ed9c97abe50ff5e0fea536f8fc94680 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Tue, 1 Oct 2019 04:02:46 +0000 Subject: [PATCH] frontpage: Fix per_page on frontage --- app/frontpage/frontpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontpage/frontpage.js b/app/frontpage/frontpage.js index b1a26ce..a5c62ad 100644 --- a/app/frontpage/frontpage.js +++ b/app/frontpage/frontpage.js @@ -40,7 +40,7 @@ const Frontpage = { this.lastpage = m.route.param('page') || '1' return fetchPage(getAllArticlesPagination({ - per_page: 2, + per_page: 10, page: this.lastpage, includes: ['parent', 'files', 'media', 'banner'], }))