i have my images folder in public folder reactjs but images wont load in production build code example
Example: react src images from public folder
<img src={process.env.PUBLIC_URL + '/yourPathHere.jpg'} />
<img src={process.env.PUBLIC_URL + '/yourPathHere.jpg'} />