gatsby-paginate
gatsby-paginate copied to clipboard
A simple library for paginating posts in Gatsby js.
I managed to get gatsby-paginate working, but when I include ``` image { sizes(maxWidth: 400) { ...GatsbyContentfulSizes } } ``` in my graphql query in gatsby-node.js, my development build fails....
When I run gatsby build, the pathContext object becomes empty and I get the following error `TypeError: group is undefined` In my project I'm using in on a non-index page...
hi i have a page that shows posts according to a tag. but right now it is without pagination: for each tag i create a page: ` tags.forEach(tag => {...
Sorry for the confusing title but it's the best way I could explain my problem in one sentence. Explanation below - I'm using gatsby-paginate to show **one** post at a...
Is it possible to add searching with pagination? Ie. by using [Algolia](https://github.com/algolia/gatsby-plugin-algolia)
In my blog I have the following pages: 1. Index Page 2. Posts 3. Category 4. Tags I was able to implement pagination for the Index page but I would...
I created my site with pagination using the template in the readme, but I have found that the links to paginated index pages become wrong after refreshing a page, for...
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...