Skip to content

Commit

Permalink
chore(tools): create redirect for transfer-ledger-create.html to supp…
Browse files Browse the repository at this point in the history
…ort old version (#2703)
  • Loading branch information
alber70g authored Dec 2, 2024
1 parent 90db170 commit 80fe80b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/apps/tools/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ const config = {
destination: '/modules/explorer',
permanent: true,
},
{
source: '/transfer-ledger-create.html',
destination: '/transactions/transfer',
permanent: true,
},
{
source: '/transfer-ledger-create',
destination: '/transactions/transfer',
permanent: true,
},
];
},
async headers() {
Expand Down

0 comments on commit 80fe80b

Please sign in to comment.