mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 11:35:31 +02:00
Added missing /client/ path
Added the missing /client/ path to the favicon & log in the default env config.
This commit is contained in:
4
config/env/default.js
vendored
4
config/env/default.js
vendored
@@ -18,6 +18,6 @@ module.exports = {
|
||||
// for obsecurity reasons
|
||||
sessionKey: 'sessionId',
|
||||
sessionCollection: 'sessions',
|
||||
logo: 'modules/core/img/brand/logo.png',
|
||||
favicon: 'modules/core/img/brand/favicon.ico'
|
||||
logo: 'modules/core/client/img/brand/logo.png',
|
||||
favicon: 'modules/core/client/img/brand/favicon.ico'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user