Skip to content

Commit

Permalink
We don't use anymore the 'A' namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 21, 2023
1 parent fd19fab commit 88475c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mwoffliner.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
}

Expand Down

0 comments on commit 88475c8

Please sign in to comment.