ucldc / public_interface

Calisphere public interface source code (UCLDC Project) master branch should match live site
https://calisphere.org/
2 stars 5 forks source link

Update public_interface's `UCLDC_IIIF` url to `/iiif/` instead of the fully-qualified `https://calisphere-stage.cdlib.org/iiif/` #373

Closed amywieliczka closed 5 months ago

amywieliczka commented 5 months ago

This will help minimize environment variable churn between calisphere-stage and calisphere-prod and seems like good code hygiene.

A simple update of the environment variable broke the OpenSeadragon viewer, so we probably need to get a hostname in there somewhere - more investigation needed. This variable is used to construct a IIIF url server-side, which is then loaded client-side by the OpenSeadragon viewer.