My vite-React app Showing blank screen after deploying

This is the repo:https://github.com/kamalesh0105/portfolio
This is the url:https://kamalesh0105.netlify.app/

This code just works good on my local machine builds,run as production env.
but it shows blank vite screen,no console errors or failures during deployment.

i am litereally stuch here .

Hi @kamalesh0105,

Thanks for reaching out and welcome to Netlify’s Support Forums!

Could you try using the build settings mentioned here:

  • Build command: npm run build or yarn build
  • Publish directory: dist

If you could try adding the Publish directory here.

1 Like