Images in the assets folder aren't showing on a blog post

Hi all,

I’m currently trying to add images to a blog post in Jekyll. I have an image pasted in the assets folder and reference to it in my blog post like this:
![Postman](../assets/images/postman_1.jpg)

However, when I view the page, Jekyll displays the following error in the console.
[2019-12-30 22:48:00] ERROR `/blog/jekyll/update/2019/12/assets/images/postman_1.jpg’ not found.

I can create the directory manually, but when I make a change to a post and save, the directory vanishes.

Is there a way to fix this?

Thanks!

I don’t think you need the 2 periods at the beginning of the path - probably should just be /assets/images/whatever.

If that doesn’t fix it post a link to your repo and the site if you can.