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!