Skip to content

Commit b5877be

Browse files
Use favicon express middleware. Closes #184.
1 parent 7f8547f commit b5877be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ app.configure(function(){
8686
app.use(passport.initialize());
8787
app.use(modifySessions.init(sessionStore));
8888
app.use(app.router);
89+
app.use(express.favicon('public/images/favicon.ico'));
8990

9091
// Set up the views
9192
app.engine('html', require('./libs/muExpress').renderFile(app));

0 commit comments

Comments
 (0)