I've run into an issue with setting a url path in JavaScript to use with a variable, specifically when it comes to the path for my image.
Oddly enough, the src attribute path is generating empty images, while paths used inside tailwind and similar frameworks are working perfectly. I've also noticed that this problem extends to using the style attribute as well. At this point, I'm starting to question if it's an issue with the src attribute, style attribute, or the actual path itself. Surprisingly, the src attribute functions properly when using absolute links to online images, but struggles with relative links.