Vite React App white screen on Vercel deploy

Thanks for sharing the repo! I see you already set base: '/' in vite.config.ts like @pawlean suggested.

You’ll also need to set basename: RoutesEnum.Home in src/routes/AppRoutes.routes.tsx to make it display the right page as the root path.

Please give that a try and let me know whether or not it works for you. :pray: