DenverArtMuseum / her-brush

Quire publication serving as the digital companion to the Her Brush exhibition at the DAM.
1 stars 0 forks source link

Deployment issue with background images #32

Closed 1000camels closed 1 year ago

1000camels commented 1 year ago

@mpopke can you do me a favour.

Can you check out the latest code and then run bin/deploy.sh? I want to see if you can get the correct url for the background-images in the hero images. I have been working with @geealbers to resolve this and he is able to run quire site and get the correct image path.

mpopke commented 1 year ago

I'm getting the same behavior as you, but one thing I've noticed while testing is that the background images work when using quire preview, but do not when using quire site. The path is the same in both cases (img/figures/whatever.jpg instead of ../img/figures/whatever.jpg), but it works in preview mode. Makes me wonder if there's an environment variable set incorrectly somewhere.

1000camels commented 1 year ago

This has been fixed, by adjusting a few templates to use absURL instead of relURL