Skip to content

Commit

Permalink
Added missing /client/ path
Browse files Browse the repository at this point in the history
Added the missing /client/ path to the favicon & log in the default env
config.
  • Loading branch information
mleanos committed Aug 20, 2015
1 parent bc31d45 commit 195cbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/env/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};

0 comments on commit 195cbe5

Please sign in to comment.