diff --git a/packages/apps/tools/next.config.js b/packages/apps/tools/next.config.js index aa2780a5ee..3387ccb864 100644 --- a/packages/apps/tools/next.config.js +++ b/packages/apps/tools/next.config.js @@ -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() {