Given The SITEURL has the value as https://example.com/When The cover in article is assets/images/cover.pngThen The Generated HTML has the image with // in URL. For ex: https://example.com//assets/images/cover.png
Given The SITEURL has the value as https://example.com/When The cover in article is /assets/images/cover.pngThen The Generated HTML has the image with /// in URL. For ex: https://example.com///assets/images/cover.png
Given The SITEURL has the value as https://example.comWhen The cover in article is /assets/images/cover.pngThen The Generated HTML has the image with // in URL. For ex: https://example.com//assets/images/cover.png
Given The SITEURL has the value as
https://example.com/
When The cover in article isassets/images/cover.png
Then The Generated HTML has the image with//
in URL. For ex:https://example.com//assets/images/cover.png
Given The SITEURL has the value as
https://example.com/
When The cover in article is/assets/images/cover.png
Then The Generated HTML has the image with///
in URL. For ex:https://example.com///assets/images/cover.png
Given The SITEURL has the value as
https://example.com
When The cover in article is/assets/images/cover.png
Then The Generated HTML has the image with//
in URL. For ex:https://example.com//assets/images/cover.png
Refer https://github.com/arulrajnet/attila/blob/master/templates/article.html#L10
Handle this for all kind of images in theme.
The workaround
https://example.com
/
For ex:assets/images/cover.png