whitmanarchive / whitman-LG_1855_variorum

Data Repo for in progress variorum
0 stars 0 forks source link

make sure that manifest viewer pulls from correct path #67

Closed jduss4 closed 4 years ago

jduss4 commented 5 years ago

right now because those are straight up HTMl files that are then wrapped with XSL, I have hardcoded "whitman-dev" into the paths. Eventually we will probably want to use the XSL wrapper to change that to the appropriate path depending on whitman dev or whitman production, or use javascript to determine the correct path, etc, although that seems like a less desirable option.

jduss4 commented 4 years ago

OKAYY I have this cooking now by grabbing the hostname out of the URL and creating the path based on that. It's not a great solution, but it is working!