
Design comparison
SolutionDesign
Solution retrospective
FontAwesome for social media icons seemed fine when I run on my local but I have no idea why they disappear after I run production build.
Community feedback
- @nicm42Posted over 3 years ago
The trouble with the social media icons is that they're looking for a location on your computer:
/node_modules/@fortawesome/fontawesome-free/js/brands.js
node-modules isn't a location on your site. What you can do is to download the icons you need, put them in a folder - the images folder would do. And then refer to them in that location.
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