diff --git a/gatsby-node.js b/gatsby-node.js index d9537f5..befea2c 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -11,6 +11,6 @@ exports.createPages = async ({ graphql, actions }) => { createRedirect({ fromPath: `/docs/development/*`, - toPath: `/docs/main`, + toPath: `/docs/main/*`, }) }