Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from Haroenv/patch-1
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
ErisDS authored Sep 27, 2018
2 parents bee7021 + 466f742 commit f524193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let integrationQuery = `{

let queries = [
{
integrationQuery,
query: integrationQuery,
transformer: ({ data }) => {
console.log(`data`, arguments[0])
return data.allSitePage.edges.map(({ node }) => node)
Expand Down

0 comments on commit f524193

Please sign in to comment.