gatsby-paginated-blog icon indicating copy to clipboard operation
gatsby-paginated-blog copied to clipboard

Gatsby starter blog with pagination

Results 2 gatsby-paginated-blog issues
Sort by recently updated
recently updated
newest added

After adding 2-3 additional posts to this starter, a user is able to navigate to page 3. However, the 'Next Page' button routes to /2/3 instead of /3/. This causes...

I tried moving the templates/blog-list.js file to pages/index.js while changing the component: path.resolve('./src/templates/blog-list.js') on gatsby-node.js to component: path.resolve('./src/pages/index.js') and it throws a TypeError: data is undefined Gatsby limits from quering...