I have a static website repository
After deploying, I checked the Sources tab in Chrome Dev Tools and noticed that my OverWorldMap.js and some sub-folders in my images folder are missing from deployment even though they are clearly in my repository.
Deployment: OverWorldMap.js is missing
Repository: OverWorldMap.js exists
Why is my deployment missing these files?
This is a typing error in the path. Change your src attribute from "OverworldMap.js" to "OverWorldMap.js" and it should work.