How I Used gh-pages to Deploy My Web Application to GitHub (and What I Learned About Accidentally Exposing Sensitive Data)
Deploying a Vue 3 application to GitHub Pages using the gh-pages npm package is a straightforward and powerful way to make your project live on the web. However, it’s …