GatsbyCentral / gatsby-awesome-pagination

An opinionated, more awesome approach to pagination in Gatsby
MIT License
109 stars 27 forks source link

Pagination is showing only a part of the posts I set to show on the page #62

Open AlexandraFrunza opened 3 years ago

AlexandraFrunza commented 3 years ago

In gatsby-node.js I set itemsPerPage to 10, but pagination is only showing 5 of them at first, then, if I refresh the page, is showing 2 more, and if I refresh another time, is displaying all of them. I get my data from Strapi. I don't know if it is a problem with Strapi or gatsby-awesome-pagination