My react app doesn't choose the correct file in entry

Hello recently i have joined the netlify app to publish my React app but the file in entry is not correct.
So I can access my signup and login page but I can not signup or log in.
These are the files in my deploy:

/index.html
/vite.svg
/_redirects
/assets/index-4e029936.js
/assets/index-67d29e64.css
/images/...

Netlify choose to enter /assets/index-4e029936.js instead of index.html. I don’t understand why.
Can someone know how to solve this ?
Here is the app : my-people.netlify.app

You can try to log in with these credentials if you want :

Your website turns up as blank for me. I think you’ve setup incorrect settings in vite as you app is loading files from https://my-people.netlify.app/my-people-client/assets/index-c3b6c0e8.js which is a 404.