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
NodeInvocationException: Prerendering failed because of error: Error: Cannot find module './images/1.png'
at webpackMissingModule (webpack-internal:///./ClientApp/app/layout/layout.component.html:1:1035)
at eval (webpack-internal:///./ClientApp/app/layout/layout.component.html:1:1124)
at Object../ClientApp/app/layout/layout.component.html
my image file is at wwwroot/images/1.png
The text was updated successfully, but these errors were encountered:
I'm trying to set image src paths and css background image paths as follows:
<img src="images/1.png" />
or
but I'm getting error
my image file is at wwwroot/images/1.png
The text was updated successfully, but these errors were encountered: