This project uses Vite + React + TypeScript. To deploy on Netlify:
- Build Command:
npm run build - Publish Directory:
dist - Recommended: Add a
netlify.tomlfile to the project root for best results:[build] command = "npm run build" publish = "dist" [[redirects]] from = "/*" to = "/index.html" status = 200
This ensures client-side routing works and the build output is served correctly.