Design comparison
SolutionDesign
Community feedback
- @viniciussisPosted 9 months ago
I noticed that your images had a path issue on Vercel. Fixing this is easy. Instead of adding your images directly like this:
<img src="image path" />
Import the image in the component:import imgPath from "/image-path" <img src={imgPath}/>
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