You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: