mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
config.logo -> config.web.logo
This commit is contained in:
parent
ef074f8d6c
commit
3bf26bd89e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = function(app, config, storage) {
|
|||
})
|
||||
|
||||
app.get('/-/logo', function(req, res, next) {
|
||||
res.sendfile(config.logo ? config.logo : __dirname + "/static/logo.png")
|
||||
res.sendfile(config.web.logo ? config.web.logo : __dirname + "/static/logo.png")
|
||||
})
|
||||
|
||||
// Search
|
||||
|
|
Loading…
Reference in a new issue