Design comparison
Solution retrospective
Hey guys,
I seem to always have trouble with my image file paths on github pages. I am aware of case-sensitivity, using forward slashes, etc. but somehow there is always one image that escapes the grasp of gh-pages.
My list item images in the footer are missing for the contact details part, if anyone could suggest how to make them appear on gh-pages I would appreciate it.
Thanks!
Community feedback
- @jakobsenPosted over 4 years ago
I haven't had the time to look into your code, but something that often trips me up is if I'm writing code that will get compiled to somewhere else, I have to keep in mind that the path must be relative to the target of the output. It could be something entirely different for you, but I just wanted to throw this out there :)
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord