Set value of page numbers back to 8

This commit is contained in:
Corbin Crutchley
2019-10-25 11:21:05 -07:00
parent b4c213cfc3
commit 1569e6db66

View File

@@ -135,7 +135,7 @@ exports.createPages = ({ graphql, actions }) => {
})
})
const postsPerPage = 3
const postsPerPage = 8
const numberOfPages = Math.ceil(posts.length / postsPerPage)
createPage({