Problem with images - relative links do not work

Hi!
What should I do to make relative links work properly? I put pictures in /static/img/exemple.jpg,
and used it in a post like this:
![exemple](/static/img/exemple.jpg)
Unfortunately, the image does not display correctly, only when I use the full address (http:// et cetera) everything works fine.

Everything you put in static will published at the root of your site. So if you remove static from your url ref, you should be fine.

1 Like