mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
fix(routes): replace logo with wikiless'
This commit is contained in:
+1
-1
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user