Responsive result summary using React

Solution retrospective
could anyone tell me how to appear these logos ? every time i tried they broke.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Alex-Archer-I
Hi!
Cool work!
The problem with images is in the path files which Vite generate by default =) They should be either
./images/file-name
orimages/file-name
.I managed to fix this issue by adding
base: ""
field tovite.config
object.Hope this helps =)
Marked as helpful
Join 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