fix(routes): replace logo with wikiless'

This commit is contained in:
Ming Di Leom
2021-12-22 10:34:41 +00:00
parent 8f6c164a44
commit d2b01b7ea7
+1 -1
View File
@@ -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())
}