mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-08 21:07:48 +00:00
Upgraded deps, fix build errors
This commit is contained in:
@@ -72,7 +72,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
})
|
||||
})
|
||||
|
||||
authors.forEach((author, index, arr) => {
|
||||
authors.forEach((author) => {
|
||||
createPage({
|
||||
path: `authors/${author.node.id}`,
|
||||
component: blogAuthor,
|
||||
|
||||
Reference in New Issue
Block a user