Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
First time I did without looking other people solutions
What specific areas of your project would you like help with?the deployment to the github pages was not smooth, i guess the avatar image is broken? is it something to do with the image format
Community feedback
- @geomydasPosted 2 months ago
The reason your image isn't loading is because the image paths are wrong. Github Pages does not use absolute paths such as
/assets/images/whatever
but uses relative paths instead such as./assets/images/whatever
. Add a dot before the first slash and your image will loadMarked as helpful1
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