I have tried looking this up for days and nothing seems to be working. I have a Webpack that isn't properly loading my images. In the network tab, my images are coming back as a 200 response, but when I load the page, the image appears broken.
This is a picture of my webpack
index.js
This is what I see when I run locally
Can someone please enlighten me?
Thanks to all those who tried to help me! Ironically, after countless of hours of trying to figure it out, the moment I post it here, lightbulb went off and I resolved the issue myself.
I had two problems. First was how I was adding it to my webpack, and the second was how I was calling it in my index.js.
Below is the new webpack:
and this is my new index.js
Thanks all!