Skip to content

Commit

Permalink
refactor: updated ObservabilityPackDetails to be QuickstartDetails
Browse files Browse the repository at this point in the history
We're just getting a head start on the big renaming effort.
  • Loading branch information
zstix committed Aug 24, 2021
1 parent 8d8a54f commit 6d651f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {

createPage({
path: path.join(slug, '/'),
component: path.resolve('./src/templates/ObservabilityPackDetails.js'),
component: path.resolve('./src/templates/QuickstartDetails.js'),
context: {
id,
},
Expand Down
File renamed without changes.

0 comments on commit 6d651f7

Please sign in to comment.