-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Prefacing this issue by saying that this is an awesome repo. Everything save for this issue has been relatively straightforward to come to grips with and understand! Cheers! @coryhouse!!
My issue is that I have a directory in src
called images
(src/images
) which contain all my image assets. When I try to access these via the npm run start
command, it works fine. I simply access the file like so:
<img className="auth-logo" src="images/joyglobal_logo.png" />
The issue is when I run npm run build
... This path src/images
does not seem to be accessed by the build task and dropped into the dist directory.
Any guidance would be tremendous!
Metadata
Metadata
Assignees
Labels
No labels