Latest comments
- @EstherIdaborSubmitted almost 2 years ago@shan1yPosted almost 2 years 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 - @shan1ySubmitted over 2 years ago@shan1yPosted over 2 years ago
Whoops looks like I need to improve my code to get rid of accessibility and other issues.
0