mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
Set value of page numbers back to 8
This commit is contained in:
@@ -135,7 +135,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
})
|
||||
})
|
||||
|
||||
const postsPerPage = 3
|
||||
const postsPerPage = 8
|
||||
const numberOfPages = Math.ceil(posts.length / postsPerPage)
|
||||
|
||||
createPage({
|
||||
|
||||
Reference in New Issue
Block a user