This might be a really stupid question, but here goes nothing
Currently I have the following in my HTML:
<div class="disk-images"> <img src="../public/images/blueflame.png"> <img src="../public/images/purpleflamelogo.jpg"> </div> I have not styled it in my CSS, but AFAIK, this should not be a problem, as the default style sheet should still take care of it.
I also know the path to these images is correct as, when I Ctrl + click on it in VSCode, it shows me the image.
This is what it shows instead: 
This would suggest, that the path to the images are wrong, however, as previously stated, I do believe the path is correct. Any help would be greatly appreciated!
npm startand that hasn't given me any issues before.