V_V
V_V4mo ago

Deploying with netlify with vite and react.

Hello I am participating on a hackathon and using convex with vite and react. I am having trouble opening my first page when I deploy my app on netlify. When I inspect element it is showing my index.html which has <script type="module" src="src/main.tsx"></script>, but I dont believe it is being executed as I just say on this blank page. When I do npm run dev, it opens the correct page (<Route path="/" element={<LoginSignupPage />} />) not my index.html
3 Replies
jamalsoueidan
jamalsoueidan4mo ago
Link to your deployment?
V_V
V_VOP4mo ago
nvm got it working thank you! just needed to change the publish dir to dist/
jamalsoueidan
jamalsoueidan4mo ago
nice

Did you find this page helpful?