Skip to content

Commit

Permalink
docs: Avoid a duplicate redirects entry
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Jan 8, 2025
1 parent 3420adb commit 278d620
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,10 @@ export const redirectsOptions: Options = {
},
{
to: '/node/run-your-node',
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #1076 Remove IAS Proxy
},
{
to: '/node/run-your-node',
from: '/node/run-your-node/ias-proxy', // #1076 Remove IAS Proxy
from: [
'/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #200 Restructure docs
'/node/run-your-node/ias-proxy', // #1076 Remove IAS Proxy
]
},
{
to: '/node/run-your-node/non-validator-node',
Expand Down

0 comments on commit 278d620

Please sign in to comment.