Love Sage
I’ve successfully setup and starting building 3 projects with Sage recently.
I started a new Sage project and am having difficulty getting images to display on the front end like I have with earlier projects.
With earlier projects, I’ve simply put images in the assets/images folder and referenced them like:
<?php echo site_url(); ?>/assets/images/image.jpg"
It’s never been a problem before. Now I can’t get images to show using the same method. I’m wondering if there might be something I’m forgetting to do.
However, I do have a background image in the same folder and have successfully managed to reference it in my less file like so:
background-image: url(../images/starbkg.jpg);
So I’m not sure what gives here.
Thanks for any help.