I started learning React.js and Vite, but everytime I try to deploy a vite or react website on netlify it’s always a blank screen or a "page not found"
i have tried so many things to fix it but nothing seems to work, what should I do???
My script
I started learning React.js and Vite, but everytime I try to deploy a vite or react website on netlify it’s always a blank screen or a "page not found"
i have tried so many things to fix it but nothing seems to work, what should I do???
My script
2
Answers
Open the browser window and right-click to select inspect. In the inspect tab, click on the console to see the error message and fix it.
Browsers cannot run
.jsx
scripts.On Netlify, you can configure build command, and change publish directory to the output directory.