You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: