Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Docs are the same, so use a splat redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
brianclemens committed Dec 11, 2023
1 parent c58fc7f commit 4d549f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Expand Up @@ -11,6 +11,6 @@ exports.createPages = async ({ graphql, actions }) => {

createRedirect({
fromPath: `/docs/development/*`,
toPath: `/docs/main`,
toPath: `/docs/main/*`,
})
}

0 comments on commit 4d549f1

Please sign in to comment.