Skip to content

Commit

Permalink
add sharp option
Browse files Browse the repository at this point in the history
  • Loading branch information
musartedev committed Jul 4, 2021
1 parent 0f4ff09 commit b0c00ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ module.exports = {
name: `images`,
},
},
`gatsby-plugin-sharp`,
{
resolve: `gatsby-plugin-sharp`,
options: {
icon: `src/images/musarteicon.png`,
},
},
`gatsby-transformer-sharp`,
{
resolve: `gatsby-source-ghost`,
Expand Down

0 comments on commit b0c00ae

Please sign in to comment.