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
Currently in master is not great. I had for coverImage an Image from another host. Thus
coverImage: https://some.host/_images/img.jpg
The current solution prefixes an "/" making then the address invalid /https.//somehost. Maybe this is a bad practice and I should use // for external links but that as long as everybody is using https.
Configuration
Actual behavior
In a post header, adding a coverImage works with a URL but not a relative link, unless a leading
/
is added.Expected behavior
A relative link should work without a leading slash (it does for
thumbnailImage
).this fails for an image in
static/images/posts/
this works
The text was updated successfully, but these errors were encountered: