spa-github-pages icon indicating copy to clipboard operation
spa-github-pages copied to clipboard

Host single page apps with GitHub Pages

Results 13 spa-github-pages issues
Sort by recently updated
recently updated
newest added

**Issue** Using Vite with React Router is loading the assets folder from the deep routes **Steps to Reproduce:** 1. Navigate to frontend "/example/deep/again?something=123 2. Refresh the page **Expected:** Navigates successfully...

Smashing Magazine wanted to solve the same problem as this repository and I think their solution is fairly elegant as well. It involves a small 404 page. ```html sessionStorage.redirect =...

I was having problems with my SPA in Github Pages, and found a few solutions to the problem. This project fixes the problem in a roundabout way, and a slightly...

Hello, is it possible to have a dynamic social media cards when this solution is used? I've tried using react-helmet to have custom og properties on my app but doesn't...

Thanks for your work, that is a nice project. 👍 Maybe we can consider add Github Actions support to simplify the process of deploying SPA pages?

I have static folder inside build folder but I don't have a bundle.js in react new version

Hi, I'm trying to implement this however am confused by the instructions, and hope you can provide further clarity. I have an existing project that runs locally, however doesn't work...

Everything works well with any route that has one path `username.github.io/repo/:any` but when It comes to a route with a path of more than one slash like `/users/account`, `/admin/profile` or...

Hello! I keep id in router params. And when the page is reloaded, a request is made to the server for this id But for some reason, nothing happens to...