/digital-horizon

website for digital horizon company

Primary LanguageJavaScript

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Deployment issues

For some reasons that I don't understand, for deployment to work on vercel, we need the following configuration for react and react-dom

"react": "^17.0.2",
"react-dom": "^18.2.0",

But for local development, we need the following configuration for it to work:

"react": "^18.2.0",
"react-dom": "^18.2.0",