Skip to content

Commit

Permalink
fix: fix the parent node issue 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed Sep 28, 2018
1 parent 169754f commit 251ef1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports.onCreateNode = async ({actions, node, loadNodeContent}) => {
createNode({
id: name,
children: [],
parent: 'EXAMPLES',
parent: node.id,
code,
mdAbsolutePath: absolutePath.replace(/\.js$/, '.md'),
internal: {
Expand Down

0 comments on commit 251ef1e

Please sign in to comment.