Error 404 after deploying react + vite app

Site: https://delightful-belekoy-cb667c.netlify.app/

Hello,
I am learning react and I am trying to deploy a site I created.
Unfortunately, my site is not rendering at all.
All I can see is a bunch of 404 errors in the browser’s console.
Could you please help me or at least point me in some direction to solve this issue?

Hi @Raptored3k

You need to remove the base configuration set in vite.config.js

  base : '/videoteka/',

As noted in the Vite documentation

Base public path when served in development or production.

1 Like

It helped, thank you very much!

Glad to hear you are unblocked now! Happy building :rocket: