One of the approaches to deploy Vite + React app in GitHub
In the application folder, it requires two things.
1. A change in the existing vite.config.js file in the main folder
base: "/manage-list-using-local-storage" as another defineConfig params.
This is the endpoint for the application URL.
The refere...
krius2023.hashnode.dev2 min read