From edbaa3375804f22c1b4e77c97505d62702a70089 Mon Sep 17 00:00:00 2001 From: elnushaj Date: Tue, 24 Sep 2013 22:43:04 -0400 Subject: [PATCH] replaced the favicon with the one used by webmaker --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b1b55010b..a8e7eaeee 100755 --- a/app.js +++ b/app.js @@ -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());