0

hello;

I am following the MERN- amazona course. Everything works fine, before deployment to RENDER. After deployment,

the images will not show.

backend\DataFile = image: 'images/01.jpg',
 the product screen=<img
          src={product.image}
          className='card-img-top'
          alt={product.name}
        />

rishabsah1313@gmail.com Posted new comment March 10, 2023

Same question…images not displaying on render