Skip to content

Commit

Permalink
fix: missing comma in gatsby config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Heilemann committed Feb 4, 2020
1 parent 73de27e commit 55fc614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ module.exports = {
}),
],
},
}`gatsby-transformer-json`,
},
`gatsby-transformer-json`,
{
resolve: `gatsby-plugin-sharp`,
options: {
Expand Down

0 comments on commit 55fc614

Please sign in to comment.