I have an image in the assets/images
and I want to set it as a background on the main page refers to a given class, but I do not see image
in production Heroku
application.scss
.has-bg-img { background: url('img.PNG'); center center; background-size:cover; }