Skip to content

Commit

Permalink
fix: resolve conflicting redirects (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandren authored Dec 23, 2024
1 parent 06f3b3c commit bb10d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ exports.createPages = ({ actions }) => {
});

createRedirect({
fromPath: `/docs`,
toPath: `/docs/introduction`,
fromPath: `/docs/introduction`,
toPath: `/docs`,
isPermanent: false,
});

Expand Down

0 comments on commit bb10d99

Please sign in to comment.