How to deploy vite projects into Github Pages
This Gist will be a guide of how to be able to deploy frontend web applications that use vite, regardless of the framework (Vue, React, etc) in Github Pages. In this guide we are going to use gh-pages, a very simple package that will help us to deploy our project.
vite gh-pages github
Read more