diff --git a/src/mwoffliner.lib.ts b/src/mwoffliner.lib.ts index eef4b6d01..18781ab41 100644 --- a/src/mwoffliner.lib.ts +++ b/src/mwoffliner.lib.ts @@ -565,7 +565,7 @@ async function execute(argv: any) { } function createMainPageRedirect() { - logger.log(`Create main page redirection from [index] to [${'A/' + mainPage}]`) + logger.log(`Create main page redirection from [index] to [${mainPage}]`) return zimCreator.addRedirection('index', mainPage, mainPage, { FRONT_ARTICLE: 1 }) }