Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jagusch committed May 5, 2011
1 parent b851520 commit 5cdae71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Expand Up @@ -30,7 +30,7 @@ exports.run = function(httpPort, udpPort, options) {
}

httpServer
.use(connect.favicon())
.use(connect.favicon(__dirname + '/../public/favicon.ico'))
.use(connect.logger())
.use(connect.static(__dirname + '/../public'));

Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit 5cdae71

Please sign in to comment.