adding "." for images when building using npm run build
moda20 opened this issue · 0 comments
moda20 commented
hey !
I have a problem with images when I try and build the application using the react build (npm run build) : in the url of every image I get an extra "." at the start so it becomes "./static/ ...." instead of "/static/...." adding that point makes image not resolved.
how can I fix this ?