Skip to content

Commit

Permalink
fix: add remark plugins to plugins array
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengstorf committed Aug 5, 2019
1 parent 9e9e47a commit 932de28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
default: require.resolve('./src/components/layout.js'),
},
gatsbyRemarkPlugins: [{ resolve: 'gatsby-remark-images' }],
plugins: [{ resolve: 'gatsby-remark-images' }],
},
},
{
Expand Down

0 comments on commit 932de28

Please sign in to comment.