Figure not rendered properly
I test rendered based on building from a collection release here: https://www.rgdd.se/vX.Y.Z/
The absolute path
![](/repository-release.png)
from https://git.glasklar.is/system-transparency/project/docs/-/raw/main/content/docs/releases/component-release.md?ref_type=heads doesn't work though; I think because my apache root starts at www.rgdd.se rather than www.rgdd.se/vX.Y.Z which is probably what hugo assumes. (Local rendering with hugo serve works as expected, and when I manually update the above path to start with /vX.Y.Z/ in the compiled output it works).
Will test to see if we can use relative paths instead, which should solve this issue.