Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1027 from rodp82/master
Browse files Browse the repository at this point in the history
Changed favicon string to env variable
  • Loading branch information
codydaig committed Oct 29, 2015
2 parents 7406b2d + 5af083c commit c2f0d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports.initMiddleware = function (app) {
}));

// Initialize favicon middleware
app.use(favicon('./modules/core/client/img/brand/favicon.ico'));
app.use(favicon(app.locals.favicon));

// Enable logger (morgan)
app.use(morgan(logger.getFormat(), logger.getOptions()));
Expand Down

0 comments on commit c2f0d18

Please sign in to comment.