Display images with relative URLs
Problem to solve
Currently, images that are referenced with a relative URL aren't displayed in the Static Site Editor.
Intended users
Proposal
When images are reference with a relative URL, they should point to the project repository and display the images in the Static Site Editor.
What does success look like, and how can we measure that?
When an image is added via the Static Site Editor and a relative URL is used, the image should be displayed.
![image](some-project/some-image.png)
should point to https://gitlab.com/some-project/-/raw/master/some-image.png