Skip to content

Commit

Permalink
set chat redirect in gatsby-node
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Apr 15, 2024
1 parent a3c3538 commit c8a8f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ exports.createPages = async ({ graphql, actions }) => {
toPath: `/docs/basic-steps/`,
})

createRedirect({
fromPath: `/chat`,
toPath: `https://discord.gg/KZRDXmTm9v`,
})
};

function pad(n) {
Expand Down

0 comments on commit c8a8f46

Please sign in to comment.