0
Fork 0
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:
trent.earl 2016-08-20 11:57:36 -05:00
parent 3b95710f27
commit 1efd94dfe6

View file

@ -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,