fix: remove not existing filesystem path

This commit is contained in:
Ruidy Nemausat 2020-07-16 15:25:20 +02:00
parent bb405b39bc
commit d3894325f8

View file

@ -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`,
{