Images won't show on deployed site

*Here is my Netlify link "https://toyorcee-shopper.netlify.app/

  • Images show correctly on localhost but /popularinwomen and /newcollections dont show after running npm build. I noticed the assets images in my frontend app dont get into the static folder app. Maybe thats why.
    However i linked with render. Here’s the render link
    https://shopper-kl9l.onrender.com

Look at the source code of the page. The issue is evident

<a href="/product/2">
  <img
    class="object-cover object-center w-full h-full block"
    src="http://localhost:4000/images/product_1712568793749.png"
    alt=""
  >
</a>
1 Like