Skip to content

Commit

Permalink
fix(gatsby-theme-docz): src -> gatsbyRoot for file system source
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Dec 17, 2019
1 parent 8e89d64 commit 71dd572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = opts => {
? `${config.paths.root}/node_modules/**/*`
: `${config.paths.root}/node_modules/.cache/**/*`,
],
path: path.resolve(config.paths.root, config.src),
path: path.resolve(config.paths.root, config.gatsbyRoot),
},
},
{
Expand Down

0 comments on commit 71dd572

Please sign in to comment.