Design comparison
Solution retrospective
I built this project using React and hosted it on GitHub Pages using gh-pages. However, I encountered an issue where the images I used did not load properly. I could use some help and insights from the community for my project
Community feedback
- @jgreen721Posted 10 months ago
I believe you want your assets in the public folder as thats the one the browser 'can check'. You might need to append a
./
to your data img filepaths to also indicate its a file but I'm not sure and think?? that might be more for CSS and if you use background-image:url(). For sure, try the first step and if necessary, implement the 2nd but I think the first should get you images. Nice work on the rest though, the styling looks 👍1
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