Skip to content

Commit

Permalink
add: redirect for broken link on subnet-evm repo (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashucoder9 authored Aug 28, 2024
1 parent 201fc30 commit cde7b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ const config = {
destination: '/subnets/build-first-subnet',
permanent: true,
},
{
source: '/subnets/create-custom-subnet',
destination: '/subnets/deploy-a-subnet/custom-virtual-machine',
permanent: true,
},
{
source: '/build/vm/rust-vms/introduction-to-avalanche-rs',
destination: '/virtual-machines/rust-vms/intro-avalanche-rs',
Expand Down

0 comments on commit cde7b46

Please sign in to comment.