bdgio / msol-site

Mozilla Public License 2.0
0 stars 2 forks source link

Favicon is not showing on live msol site #69

Closed threeqube closed 9 years ago

threeqube commented 9 years ago

Add favicon back in

kayaelle commented 9 years ago

Assigning to @knightlabs. For further research on the server. Favicon is used in app.js (line 46): app.use(express.favicon(__dirname + '/public/img/favicon.ico')); Permissions issue maybe?

threeqube commented 9 years ago

Working now. Thanks! :baby_chick: