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
@MartinKavik suer, I wanted to display an image from another folder in a repo (the image was in the folder 'images'), I used a path: <img src="/images/XXX.png" alt="XXX" /> , but the image was not displayed, but when I changed png to svg and used the same path <img src="/images/XXX.svg" alt="XXX" /> it worked. I'm not sure if it is the matter of svg/png or maybe I was doing sth wrong
PNG reference path does not work, the picture is not displayed, after converting it to SVG it works
The text was updated successfully, but these errors were encountered: