From 5c0575be4e1c38fa650119197cd2b8bbf2c7756a Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Tue, 21 Jul 2020 12:33:04 -0700 Subject: [PATCH] chore: clean up config file --- gatsby-config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 570fa004f..61dddbe1e 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -7,7 +7,6 @@ module.exports = { siteUrl: 'https://developer.newrelic.com', }, plugins: [ - 'gatsby-plugin-react-helmet', { resolve: '@newrelic/gatsby-theme-newrelic', options: { @@ -41,13 +40,6 @@ module.exports = { }, }, }, - { - resolve: 'gatsby-source-filesystem', - options: { - name: 'images', - path: `${__dirname}/src/images`, - }, - }, 'gatsby-plugin-sass', { resolve: 'gatsby-plugin-manifest',