From d3894325f87f562f72abedac20e4bde6aa9a3940 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Thu, 16 Jul 2020 15:25:20 +0200 Subject: [PATCH] fix: remove not existing filesystem path --- gatsby-config.js | 7 ------- 1 file changed, 7 deletions(-) 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`, {