This repository was archived by the owner on Jul 16, 2021. It is now read-only.
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
Open
Description
Currently, the base href is explicitly set to /
. We want to support deployment where Monocular is accessed behind a router. The base href would look similar to /r/projects/1a5/monocular:80/
.
Simply setting the base href isn't enough because there are some absolute paths (https://github.com/helm/monocular/blob/master/src/ui/src/index.html#L11-L18 and
).cc @joshwget