Design comparison
SolutionDesign
Solution retrospective
In my local project icons apeeared but in vercel don´t works , i don´t know why .
Community feedback
- @Refer59Posted over 1 year ago
Seems that you are trying to load a no-static image during the runtime, you can put the images in the public folder and change the urls of each image in the json to the public folder to do the approach you are looking, for something like this:
[ { "category": "Reaction", "score": 80, "icon": "../../public/icon-reaction.svg" }, //... ]
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