-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix: Blog page broken url #6112
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@canerakdas I think I didnt explain, but I wonder if instead of <> links you could transform into [] links? because then we can keep them relative instead of absolute which allows nextjs features to be taken in place |
|
Lighthouse Results
|
|
I'm fast-tracking this as a critical bug fix for certain links of the website. Thank you for taking care of this, @canerakdas! Super appreciate it! cc @nodejs/nodejs-website |
Description
Fixes broken blog links
Validation
In preview the links on the pages below should work without any problems;
https://nodejs.org/en/blog/announcements/v20-release-announce
https://nodejs.org/en/blog/announcements/v21-release-announce
https://nodejs.org/en/blog/release/v0.10.46
https://nodejs.org/en/blog/release/v0.12.15
https://nodejs.org/en/blog/release/v14.19.3
https://nodejs.org/en/blog/release/v17.9.1
https://nodejs.org/en/blog/release/v18.2.0
https://nodejs.org/en/blog/vulnerability/june-2023-security-releases
https://nodejs.org/en/blog/vulnerability/october-2023-security-releases
Check List
npx turbo lintto ensure the code follows the style guide. And runnpx turbo lint:fixto fix the style errors if necessary.npx turbo formatto ensure the code follows the style guide.npx turbo testto check if all tests are passing.