-
Hey, I've set up gh-pages today and I am having trouble with static images. Everything works on localhost, but when I try to push on github actions it seems like my link breaks. Link to repo: https://github.com/arahmitz/adamblogstuff Seems like the image is parsed correctly, as you can connect to https://arahmitz.github.io/adamblogstuff/images/ballrig_blender_1.png just fine, it just doesn't render them in posts. I've tried changing paths from (/images/) to (images/) but seems like it doesn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Did you define the baseurl correctly? |
Beta Was this translation helpful? Give feedback.
-
I think I've found the cause of this problem. I am not sure why, but when I was trying to link images to static folder ( |
Beta Was this translation helpful? Give feedback.
So... I feel stupid but I've fixed it.
I used the full path to images like
(/reponame/images/image.jpg)