0
Fork 0
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:
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({ 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,