Skip to content

Commit

Permalink
Merge pull request #29 from system76/increase-visible-articles
Browse files Browse the repository at this point in the history
Increase visible articles
  • Loading branch information
macifell authored Jan 23, 2024
2 parents d7435a8 + 3fdadb4 commit cb70ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
asyncData: async ({ $prismic }) => ({
posts: await $prismic.api.query(
$prismic.predicates.at('document.type', 'post'),
{ orderings: '[my.post.date desc]' }
{ orderings: '[my.post.date desc]', pageSize: 100 }
)
})
}
Expand Down

0 comments on commit cb70ec4

Please sign in to comment.