GatsbyCentral/gatsby-awesome-pagination

One extra blank paginated page is generated for each tag

Closed this issue · 4 comments

i-bsd commented

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

@i-bsd Can you post a reproduction?

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

@sjelfull Can you post a reproduction?

chmac commented

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