How to deploy your Vue+Vite portfolio to gh-pages
Requirements:
Have a GitHub project on your local machine (that uses Vue and Vite, obviously).
Steps:
Set up the base in your vite.config.js file, as indicated in the guide at https://vitejs.dev/guide/static-deploy.html. If it is for a repository ...