fix(source-plugin): Switch out gatsby-source-filesystem
This commit is contained in:
@ -32,7 +32,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
resolve: '@freecodecamp/gatsby-source-filesystem',
|
||||
options: {
|
||||
name: 'introductions',
|
||||
path: path.resolve(__dirname, './src/pages')
|
||||
|
Reference in New Issue
Block a user