I recently started working in Node.js and in the app.js file there is this line:
app.use(express.favicon());
Now, how do I set up my own cu
If you have you static path set, then just use the in your views. No need for anything else. Please make sure that you have your images folder inside the public folder.