rafgraph / spa-github-pages

Host single page apps with GitHub Pages
https://spa-github-pages.rafgraph.dev
MIT License
3.85k stars 567 forks source link

How to avoid /?/ before redirect #44

Closed EasonWang01 closed 3 years ago

EasonWang01 commented 3 years ago

It will first goto /?/ then redirect to correct page. Is it possible to solve it ?

Regards.

rafgraph commented 3 years ago

That’s how the redirect works to get around GitHub pages not supporting client side routing.