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
Hi!
I nearly got this working. Even with a webpack-dev-server with https and certificate stuff, but then I walked into a problem with hot module reloading and "background-image: url(/img/header1.jpg)" in homepage.pcss.
I cannot get these ones to work:
url(/dist/img/header1.jpg)
url(/img/header1.jpg)
url(../img/header1.jpg)
url(../../img/header1.jpg)
url(/src/img/header1.jpg)
Referencing this issue nystudio107/craft#27 here
The text was updated successfully, but these errors were encountered: