fix(source-plugin): Switch out gatsby-source-filesystem

This commit is contained in:
Bouncey
2018-10-04 15:15:50 +01:00
committed by Stuart Taylor
parent 6e728ce16d
commit b22c719651
7 changed files with 171 additions and 163 deletions

View File

@ -32,7 +32,7 @@ module.exports = {
}
},
{
resolve: 'gatsby-source-filesystem',
resolve: '@freecodecamp/gatsby-source-filesystem',
options: {
name: 'introductions',
path: path.resolve(__dirname, './src/pages')