mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -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({
|
next(template({
|
||||||
name: config.web && config.web.title ? config.web.title : 'Sinopia',
|
name: config.web && config.web.title ? config.web.title : 'Verdaccio',
|
||||||
packages: packages,
|
packages: packages,
|
||||||
baseUrl: base,
|
baseUrl: base,
|
||||||
username: req.remote_user.name,
|
username: req.remote_user.name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue