-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
Description
Describe the bug
Images in reference repos are not loading, despite being uploaded correctly. The img href is missing a relevant path segment.
For example:
The image renders well in preview, though:
The path should be https://www.elastic.co/docs/reference/opentelemetry/images/motlp-reference-architecture.png but is https://www.elastic.co/docs/reference/images/motlp-reference-architecture.png in the production HTML.
It seems that the images are indeed uploaded, but the images path resolution fails to add the required folder / repo-name.
Expected behavior
Images should load.
Steps to reproduce
No response
Tooling
- docs-builder
- migration tooling
- I'm not sure