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
  • Loading branch information
alber70g committed Dec 2, 2024
1 parent 90db170 commit a35e5a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/apps/tools/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ const config = {
destination: '/modules/explorer',
permanent: true,
},
{
source: '/transfer-ledger-create.html',
destination: '/transactions/transfer',
permanent: true,
}

];
},
async headers() {
Expand Down
Empty file.

0 comments on commit a35e5a7

Please sign in to comment.