Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement hash-based routing for GitHub Pages
- Replace memory history with hash history to handle direct URL navigation - Prevents 404 errors when accessing routes directly - URLs will now use hash-based format (e.g., /#/about) - https://tanstack.com/router/v1/docs/framework/react/guide/history-types#hash-routing - https://stackoverflow.com/questions/77466065/using-tanstack-router-with-a-spa-in-github-pages
- Loading branch information