-
Notifications
You must be signed in to change notification settings - Fork 67
Bug: Loading GitHub default 404 #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, if i'm not mistaken, only when you omit the |
We can probably create a page that redirects to |
@terichadbourne this is a problem with the current build system: we are only building one single
But I might be wrong since the example in the docs uses the |
After researching this issue a bit I stumbled upon a really cool hack that enables no-hash routing in github pages! It's working locally: #393 |
Quick update: since #393 is more broad and affects a number of interrelated URL-ish issues (anchor tags, SEO, hash v history, hosting options, separate meta tags per page, redirects from GH 404), we've decided to instead (for now) create a 404.html to redirect the GitHub default as mentioned earlier in this trail and circle back later to ensure we're making the right decision for those interrelated issues. |
Just spotted this note from @zebateira on an older PR that's already been merged. When we changed the routing I believe we created fewer cases in which we can load our own 404, so we'll need to set up an alternative via GitHub for cases where, for example, the
#
is omitted from the URL.The text was updated successfully, but these errors were encountered: