We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/docs/home
Page URL: https://www.typescriptlang.org/docs/home
Issue: I came across the link https://www.typescriptlang.org/docs/home.html which redirected to /docs/home however this has an infinite redirection/ loading issue.
I think a simple fix would be change the veryOldRedirects in packages/typescriptlang-org/src/redirects/setupRedirects.ts to be
veryOldRedirects
packages/typescriptlang-org/src/redirects/setupRedirects.ts
const veryOldRedirects = { Playground: "/play/", Tutorial: "/docs", Handbook: "/docs", samples: "/docs", "/docs/home.html": "/docs/", "/playground": "/play/", "/docs/home": "/docs/", }
but I'm not fully sure why /docs/home is broken to begin with. It seems to work locally, but the current veryOldRedirects also seems to work locally 🤷
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Page URL: https://www.typescriptlang.org/docs/home
Issue: I came across the link https://www.typescriptlang.org/docs/home.html which redirected to /docs/home however this has an infinite redirection/ loading issue.
I think a simple fix would be change the
veryOldRedirects
inpackages/typescriptlang-org/src/redirects/setupRedirects.ts
to bebut I'm not fully sure why
/docs/home
is broken to begin with. It seems to work locally, but the currentveryOldRedirects
also seems to work locally 🤷The text was updated successfully, but these errors were encountered: