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
How can I use images in my project folder?
Now I do it this way -
import logo from './logo.png';
.....
img src={logo} alt="delice"
I can see this image in browser, but in console I have an error - GET http://localhost:3000/img/logo.png 404 (Not Found)
In source map I don`t see any images.
The text was updated successfully, but these errors were encountered:
How can I use images in my project folder?
Now I do it this way -
import logo from './logo.png';
.....
img src={logo} alt="delice"
I can see this image in browser, but in console I have an error - GET http://localhost:3000/img/logo.png 404 (Not Found)
In source map I don`t see any images.
The text was updated successfully, but these errors were encountered: