zooniverse / AnnoTate

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

Production builds fail with a bad base URL for linked files #229

Closed eatyourgreens closed 5 years ago

eatyourgreens commented 5 years ago

Production builds set <base href="https://anno.tate.org.uk//"> in the head of the page, which then breaks the site because URLs like https://anno.tate.org.uk//css/main.css don't resolve to https://anno.tate.org.uk/css/main.css.

I'd recommend just removing the <base> tag from the HTML, and writing out full file paths for URLs where necessary.

eatyourgreens commented 5 years ago

Staging builds add an extra / to base URLs too, but still work: https://preview.zooniverse.org/annotate