I created a quirky Vercel app that poses a 'yes or no' question: "Do you want to see my dog?" If the answer is yes, my dog will appear with a woof audio; if the answer is no, you'll get jumpscared. It was just done for fun, using simple HTML, CSS, and JavaScript code. However, when I deployed it on Vercel, the dog picture and jumpscare video aren't showing up, ruining my project. How can I fix this?
Check out my GitHub repository here: https://github.com/pendragonarthur/seemydog
P.S.: DevTools are displaying these errors:
Failed to load resource: the server responded with a status of 404 ()
and
Uncaught (in promise) DOMException: Failed to load because no supported source was found.