diff --git a/plugins/gatsby-transformer-home-example-code/gatsby-node.js b/plugins/gatsby-transformer-home-example-code/gatsby-node.js index 21a13eb1..5965a3ba 100644 --- a/plugins/gatsby-transformer-home-example-code/gatsby-node.js +++ b/plugins/gatsby-transformer-home-example-code/gatsby-node.js @@ -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: {