Closed choldgraf closed 2 months ago
If a MyST site is deployed with a subdomain (e.g. foo.org/mybook/), then search result links are broken because the subdomain folder isn't added to the links.
foo.org/mybook/
For example, see the 2i2c CZI report docs.
AKA, they are missing the report-czi-2021/, which is defined in the BASE_URL environment variable.
report-czi-2021/
BASE_URL
Here's the documentation I followed to set up the BASE_URL parameter on github actions
Should be fixed with:
If a MyST site is deployed with a subdomain (e.g.
foo.org/mybook/
), then search result links are broken because the subdomain folder isn't added to the links.For example, see the 2i2c CZI report docs.
AKA, they are missing the
report-czi-2021/
, which is defined in theBASE_URL
environment variable.Here's the documentation I followed to set up the
BASE_URL
parameter on github actions