I set my images inside the public/avatars
and render them via <img src='avatars/my-image1.svg' />
my app run on : http://localhost:3001
it works fine, but since I added a proxy inside the package.json:
proxy: http://localhost:3000
the images return 404 (not found)
Does anyone have any idea how to fix it?