Unable to Change Favicon with Express.js
This is a really basic question, but I’m trying to change the favicon of my node.js/Express app with app.use(express.favicon(__dirname + ‘/public/images/favicon.ico’)); and I’m still getting the default favicon. This is in my app.configure function, and yes, I’ve verified that there is a favicon.ico in the /public/images/favicon.ico.There’s nothing about a favicon.ico in the console, either, which … Read more