frontpage: Fix per_page on frontage
This commit is contained in:
parent
97a5db96e6
commit
298910198e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const Frontpage = {
|
||||||
this.lastpage = m.route.param('page') || '1'
|
this.lastpage = m.route.param('page') || '1'
|
||||||
|
|
||||||
return fetchPage(getAllArticlesPagination({
|
return fetchPage(getAllArticlesPagination({
|
||||||
per_page: 2,
|
per_page: 10,
|
||||||
page: this.lastpage,
|
page: this.lastpage,
|
||||||
includes: ['parent', 'files', 'media', 'banner'],
|
includes: ['parent', 'files', 'media', 'banner'],
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in a new issue