Upgraded deps, fix build errors

This commit is contained in:
Corbin Crutchley
2019-06-23 19:58:41 -07:00
parent f69eaa08cc
commit ab4f707b3d
8 changed files with 958 additions and 482 deletions

View File

@@ -72,7 +72,7 @@ exports.createPages = ({ graphql, actions }) => {
})
})
authors.forEach((author, index, arr) => {
authors.forEach((author) => {
createPage({
path: `authors/${author.node.id}`,
component: blogAuthor,