My image is located in appName/public/images/brand.svg
And the file I am working in is appName/views/main.ejs
And my image source is
<img src='../../public/images/brand.svg'>
or
<img src='../public/images/brand.svg'>
I don’t know why it is not working. There is ‘NOT FOUND’ error. Is it because my path route is wrong or sth with svg file? I use chrome browser to see results. I checked for spellings errors and everything seems fine.
1 thought on “Image isn't displaying in the browser”