I was loading a picture like so:
<img src="/images/chesier.png" alt="{headerAlt}" class="w-full" width="2500" height="1389" />
weirdly when I check with pnpm run serve and pnpm preview everything works fine.
On Prod everything seems to work fine but the pictures are not there. But they respond with a 200?
Maybe I am doing it in the wrong way.