diff --git a/gatsby-config.js b/gatsby-config.js index f6cf352..141dc7b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -15,13 +15,6 @@ module.exports = { path: `${__dirname}/src/images`, }, }, - { - resolve: `gatsby-source-filesystem`, - options: { - name: `courses`, - path: `${__dirname}/src/images/courses`, - }, - }, `gatsby-transformer-sharp`, `gatsby-plugin-sharp`, {