danielabar / globi-proto

InfoVis 2015 IVMOOC Globi Explorer
http://danielabar.github.io/globi-proto
MIT License
2 stars 1 forks source link

Broken background image path on gh-pages #66

Closed danielabar closed 9 years ago

danielabar commented 9 years ago

in the less file it's like this:

background-image: url("/images/about-back-fish.jpg");

And it works in dev and optimized mode locally, but for gh-pages, needs to be

background-image: url("../images/about-back-fish.jpg");