Skip to content

Commit

Permalink
Merge pull request #334 from celestiaorg/feature/update-developer-portal
Browse files Browse the repository at this point in the history
updated redirect path and removed isPermanent: true
  • Loading branch information
alex-beckett authored Jan 3, 2024
2 parents b2759df + a398083 commit 9cfaff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ exports.createPages = async ({ graphql, actions }) => {

createRedirect({
fromPath: `/deploy`,
toPath: `/build/#deploy`,
isPermanent: true,
toPath: `/build#deploy`,
});
};

0 comments on commit 9cfaff7

Please sign in to comment.