OK last hail mary here. I've seen this question a lot but no clear answer. I moved all of my images out of my src
folder to my public
folder into a sub-folder images
. And used the URL like ./images/my-image.png
but the image isn't populating. I am using create-react-app. How do I call images from a public
folder outside of my src
folder.
Asked
Active
Viewed 4,914 times
0

frankieseattle
- 161
- 1
- 10
-
1Does this answer your question? [ReactJS and images in public folder](https://stackoverflow.com/questions/47196800/reactjs-and-images-in-public-folder) – Mohammad Hooshdar Apr 15 '22 at 08:04