Skip to content

Commit

Permalink
Merge pull request #4458 from NomicFoundation/ignition-redirect
Browse files Browse the repository at this point in the history
Redirect /ignition-discord to a channel-specific invite
  • Loading branch information
alcuadrado authored Oct 9, 2023
2 parents 03edea6 + bad602d commit 69fd01a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/redirects.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ const customRedirects = [
destination: "https://discord.gg/TETZs2KK4k",
permanent: false,
},
{
source: "/ignition-discord",
destination: "https://discord.gg/7jBkZQXB25",
permanent: false,
},
{
source: "/hre",
destination: "/advanced/hardhat-runtime-environment",
Expand Down

0 comments on commit 69fd01a

Please sign in to comment.