Skip to content

Commit

Permalink
remove redirect (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren authored Nov 15, 2024
1 parent bb776bd commit 6aeb8c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -990,11 +990,11 @@ const config = {
destination: '/protocol/:path*',
permanent: true,
},
{
source: '/avalanche-l1s/upgrade/customize-avalanche-l1',
destination: '/evm-l1s/custom-precompiles/introduction',
permanent: true,
},
// {
// source: '/avalanche-l1s/upgrade/customize-avalanche-l1',
// destination: '/evm-l1s/custom-precompiles/introduction',
// permanent: true,
// },
{
source: '/virtual-machines/evm-customization/:path*',
destination: '/evm-l1s/custom-precompiles/:path*',
Expand Down

0 comments on commit 6aeb8c2

Please sign in to comment.