Skip to content

Commit

Permalink
replaced the favicon with the one used by webmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
elnushaj committed Sep 25, 2013
1 parent f71a6b7 commit edbaa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -68,7 +68,7 @@ app.use( i18n.middleware({
}));

// Express settings
app.use(express.favicon());
app.use(express.favicon(__dirname + '/public/img/favicon.ico'));
app.use(express.logger("dev"));
if (!!env.get("FORCE_SSL") ) {
app.use(helmet.hsts());
Expand Down

0 comments on commit edbaa33

Please sign in to comment.