From d2b01b7ea7b690725039d853eec7c785d9fd0996 Mon Sep 17 00:00:00 2001 From: Ming Di Leom Date: Wed, 22 Dec 2021 10:34:41 +0000 Subject: [PATCH] fix(routes): replace logo with wikiless' --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index a4e83ce..1bc3656 100644 --- a/src/routes.js +++ b/src/routes.js @@ -55,7 +55,7 @@ module.exports = (app, utils) => { } } - if(req.url.startsWith('/static/images/project-logos/')) { + if(req.url.startsWith('/static/images/project-logos/') || req.url === '/static/images/mobile/copyright/wikipedia.png') { return res.sendFile(wikilessLogo()) }