-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
fix(content): re-add domain postmortem with a redirect #6825
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lighthouse Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! In the preview build, I was able to access this page to redirect, direct link, or listing page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! We can fast-track this!
fast-tracking as a content/bug fix |
Description
Adds back the content as a "community" blog post
Adds a redirect from the old location to the new
any bikeshedding on approach is fine with me
Validation
[OLD URL] https://nodejs-org-git-6823-domain-post-mortem-openjs.vercel.app/en/docs/guides/domain-postmortem
will bring you to
[NEW URL] https://nodejs-org-git-6823-domain-post-mortem-openjs.vercel.app/en/blog/community/domain-postmortem
Related Issues
fixes #6823
fixes tc39/proposal-async-context#92
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.