GatsbyCentral / gatsby-awesome-pagination

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

One extra blank paginated page is generated for each tag #42

Closed i-bsd closed 4 years ago

i-bsd commented 4 years ago

If there are 6 pages of posts under a tag, gatsby-awesome-pagination generates 7 pages.

Why is that?

How can I change this to render numberOfPages - 1?

chmac commented 4 years ago

@i-bsd Can you post a reproduction?

sjelfull commented 4 years ago

I have the same issue.

I have set the itemsPerPage to 9, and only have 7 items. It still generates an extra page.

chmac commented 4 years ago

@sjelfull Can you post a reproduction?

chmac commented 4 years ago

Closing this pending a reproduction, feel free to reopen with a reproduction.