Skip to content

Commit

Permalink
Update gatsby config to load plugins in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcheatham committed Mar 7, 2020
1 parent a38f9ee commit 7fbd58a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = {
'This repo is the main webpage for Pi515. It is built with Gatsby, and Netlify CMS.It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.',
},
plugins: [
'gatsby-plugin-sharp',
'gatsby-transformer-sharp',
'gatsby-plugin-react-helmet',
'gatsby-plugin-sass',
{
Expand Down Expand Up @@ -34,8 +36,6 @@ module.exports = {
name: 'images',
},
},
'gatsby-plugin-sharp',
'gatsby-transformer-sharp',
{
resolve: 'gatsby-transformer-remark',
options: {
Expand Down

0 comments on commit 7fbd58a

Please sign in to comment.