Skip to content

Commit

Permalink
chore: clean up config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Jul 21, 2020
1 parent 4fa2a6a commit 5c0575b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
siteUrl: 'https://developer.newrelic.com',
},
plugins: [
'gatsby-plugin-react-helmet',
{
resolve: '@newrelic/gatsby-theme-newrelic',
options: {
Expand Down Expand Up @@ -41,13 +40,6 @@ module.exports = {
},
},
},
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'images',
path: `${__dirname}/src/images`,
},
},
'gatsby-plugin-sass',
{
resolve: 'gatsby-plugin-manifest',
Expand Down

0 comments on commit 5c0575b

Please sign in to comment.