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
when using an image tag inside a pug file like this: img#logo(src="./assets/example.png")
the image is not included in the production builds dist folder and the file path is not transformed.
when using an image tag inside a pug file like this:
img#logo(src="./assets/example.png")the image is not included in the production builds
distfolder and the file path is not transformed.Thanks!