diff --git a/gatsby-node.js b/gatsby-node.js index 2630000b..23a4a8cb 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -135,7 +135,7 @@ exports.createPages = ({ graphql, actions }) => { }) }) - const postsPerPage = 3 + const postsPerPage = 8 const numberOfPages = Math.ceil(posts.length / postsPerPage) createPage({