Skip to content

Commit

Permalink
fix: Add back slug
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Jun 2, 2021
1 parent b00e56b commit abcdf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
component: path.resolve('./src/templates/ObservabilityPackDetails.js'),
context: {
pack,
slug,
},
});
});
Expand Down

0 comments on commit abcdf80

Please sign in to comment.