CatP98 / Portfolio

Portefolio where anyone can find all my projects according to the languages and frameworks used
1 stars 0 forks source link

Image of the background not displaying #5

Open CatP98 opened 3 weeks ago

CatP98 commented 3 weeks ago

images directly into the repo, the images still do not display when GitPages is hosting the website, but while using live server of VS Code they do.

CatP98 commented 3 weeks ago

Found some solutions here: https://github.com/orgs/community/discussions/23086

What worked for me : Adding main to the start of the path "../assets/images.png/"

gpestana commented 2 weeks ago

Cool, there's another way to add images hosted in github with their absolute path. eg: https://github.com/username/repository/blob/master/folder/image.jpg points at the image.jpg in the folder of the master branch of the username's repository.