I have a background image I'm putting on a div that is not loading to the page even though the path checks out. Here is what the inspector looks like:
when I move my mouse over the path to see the image, on hover instead of seeing the image like normal the browser shows the path:
localhost:8080/app/public/app/assets/images/backgrounds/person-blur.png
does this mean the image is not loading correctly? My page renders fine with no errors in the console, so why wont this image show?

