zooniverse / AnnoTate

Full text transcription app for the Tate Britain
http://anno.tate.org.uk
Other
12 stars 2 forks source link

Fix missing static images #232

Closed eatyourgreens closed 5 years ago

eatyourgreens commented 5 years ago

Let the browser use the <base> tag to resolve relative URLs for images, scripts and stylesheets.

URLs relative to / still need to be hacked with a regex in order to work from a subdirectory of the site root like preview.zooniverse.org/annotate/

Fixes #231. Follows on from #230, which fixed a bug where the site did not load at all in production.

eatyourgreens commented 5 years ago

Manually deployed to staging since the automatic job doesn't seem to have kicked off. https://preview.zooniverse.org/annotate/

eatyourgreens commented 5 years ago

This fixes static images, but breaks URLs relative to the site root on staging.

eatyourgreens commented 5 years ago

Manually running the deploy script again because Jenkins appears to be useless. 🤷‍♂️