diff --git a/gatsby-node.js b/gatsby-node.js index 450bded13..a5004277a 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -107,6 +107,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => { component: path.resolve('./src/templates/ObservabilityPackDetails.js'), context: { pack, + slug, }, }); });