-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Emit 404s for invalid tabs #2767
Comments
When it cannot render something it should redirect to the default, i.e. explorer (or whatever is set as the default). However it is not on the top of the list, so atm it just renders the |
I wanted 404 so our link-checker can detect it from CI of the wiki build, but it's just me being lazy |
Not doing 404's, sorry. The aliasses should help with movements, should have done that ages ago. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
In the wiki, we have links to some parts of the Apps UI. Those sometimes change, as is the case with https://polkadot.js.org/apps/#/staking/returns - would it be possible to get such non-existent URLs to return 404s? I know they're hash URLs so it's hard to do natively, but maybe a redirect to a 404 page if a URL doesn't result in a component being loaded?
The text was updated successfully, but these errors were encountered: