mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
HTML title should default to verdaccio
This commit is contained in:
parent
3b95710f27
commit
1efd94dfe6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = function(config, auth, storage) {
|
|||
});
|
||||
|
||||
next(template({
|
||||
name: config.web && config.web.title ? config.web.title : 'Sinopia',
|
||||
name: config.web && config.web.title ? config.web.title : 'Verdaccio',
|
||||
packages: packages,
|
||||
baseUrl: base,
|
||||
username: req.remote_user.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue