After downloading this free theme, I tried to use it in my Angular project within WebStorm. However, I encountered this error message:
Failed to load resource: the server responded with a status of 404 (Not Found)
and despite having the correct path, no images were loaded. Can anyone offer assistance?
Below is a snippet of the code:
<a class="navbar-brand brand-logo" href="index.html"><img src="images/logo.svg" alt="logo"/></a>
<a class="navbar-brand brand-logo-mini" href="index.html"><img src="images/logo-mini.svg" alt="logo"/></a>
Note: While I have resolved issues with loading CSS and JavaScript files by modifying link types, I wonder if the problem might be related to JSON. Any thoughts on this?