frontpage: Fix per_page on frontage

master
Jonatan Nilsson 2019-10-01 04:02:46 +00:00
parent 97a5db96e6
commit 298910198e
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
}))