I created a simple blog with Jekyll/Github Pages. The directory tree is organized like this:
- _posts
- post1.md
- assets
- Untitled.png
- Untitled1.png
- _config.yml
- index.md
In post1.md I embed images by:
![Untitled](/assets/Untitled.png)
![Untitled1](/assets/Untitled1.png)
The Github preview works just fine, but in my website it can't show up images. Please help me with this problem, i spent 2 days trying to fix it but still not working. Images in Github preview and Show on website