Skip to content

Commit bb10d99

Browse files
authored
fix: resolve conflicting redirects (#2886)
1 parent 06f3b3c commit bb10d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/gatsby-node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ exports.createPages = ({ actions }) => {
1818
});
1919

2020
createRedirect({
21-
fromPath: `/docs`,
22-
toPath: `/docs/introduction`,
21+
fromPath: `/docs/introduction`,
22+
toPath: `/docs`,
2323
isPermanent: false,
2424
});
2525

0 commit comments

Comments
 (0)