Design comparison
SolutionDesign
Solution retrospective
I don't know why my images are refusing to show after deployment, It is showing well on the local host.
Community feedback
- @shan1yPosted over 1 year ago
Hey! The image assets need to be inside the public folder. That's why they're not showing. I think you can just take the entire image folder and drop it into the public folder. The public folder is used to store static assets like images. I think you also need to change the path of the images in the json file to '/images/image-name.svg instead of './images/image-name.svg'
Marked 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