Console: the server responded with a status of 404

Hi all,

I have an issue, i deploy my website from the source code under my repo at github, netlify dashboard shows that build and deploy is fine, but when I visit it I received a blank screen. When I inspect element I receive 5 errors stating ‘Failed to load resource: the server responded with a status of 404 ()’. I understand that the page isn’t loading because it can’t be found but I don’t understand why it can’t be found. Thank you very much for teaching me how to solve.

Website: https://xbirds.netlify.app/
GitHub: GitHub - nigel86/xbirds

You need to remove base from vite.config.ts

1 Like

thank you for solving my headache