mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 04:22:01 +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)
|
const numberOfPages = Math.ceil(posts.length / postsPerPage)
|
||||||
|
|
||||||
createPage({
|
createPage({
|
||||||
|
|||||||
Reference in New Issue
Block a user