When I open Chrome from my code editor (WebStorm), the header image shows up perfectly. However, after closing WebStorm and manually opening index.html from my project folder, the header image fails to load/display. The CSS for the background image is
background-image: url("/assets/heroimage.jpg");
. Do you have any idea why this issue persists? I encounter the same problem when hosting my website on GitHub.
Thank you