Skip to content

Commit

Permalink
Merge pull request #2170 from newrelic/cayla/nerdlog-redirect
Browse files Browse the repository at this point in the history
Nerdlog redirect
  • Loading branch information
LizBaker authored Sep 9, 2022
2 parents 3507414 + 4bf649b commit 2eb44a6
Show file tree
Hide file tree
Showing 3 changed files with 12,221 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
});
}

createRedirect({
fromPath: '/nerdlog/',
toPath: '/changelog',
isPermanent: true,
});

createRedirect({
fromPath: `/instant-observability/`,
toPath: `https://newrelic.com/instant-observability`,
Expand Down
Loading

0 comments on commit 2eb44a6

Please sign in to comment.