I don't know why my images are refusing to show after deployment, It is showing well on the local host.
shan1y
@shan1yAll comments
- @EstherIdaborSubmitted over 1 year ago@shan1yPosted over 1 year 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 about 2 years ago
Not comfortable enough with Vue! Had to follow a tutorial and manipulate it a bit, hoping I can return to this one and add the 4-player functionality another time. I'm open to junior dev roles if anyone comes across this :)
@shan1yPosted about 2 years agoWhoops looks like I need to improve my code to get rid of accessibility and other issues.
0