I have followed a doc that proposed creating a public directory to hold images, fonts and js files. It reads the fonts, but does not display images but when I manually navigate to the images on the browser it displays, what could be wrong? directory structure:
app_root->public->assets->img->1.jpg
on the browser: http://localhost:3000/assets/img/portfolio/1.jpg which displays the image. What wrong am I to right?