[Guys my pug file,style.css file and backend app.js file is working fine and even DOM is loading on local host but image isnot displaying on my website.Even I have written a correct path under a img tag under a pug file. HELPME GUYS.]
{{{This is my simple basic backend file.Is there any problemhere in my below file?}}}
//git.pug file
app.use(express.static(‘public’));
//try this and put all images folders in public folder