-
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: nodejs.org/learn leads to 404 #7001
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Nirmalkumar6112 maybe you should do |
I looked at this, but it generates an error: for reference, we have {
"source": "/guides",
"destination": "/en/learn"
},
{
"source": "/about",
"destination": "/en/about"
},
{
"source": "/community",
"destination": "/en/get-involved"
}, elsewhere in the same file. I'd suggest we incrementally improve the experience via this PR and then pursue future action another time - this is already 2 weeks old |
also - |
Description
Added the redirect path to the root of the Learn nav link
Related Issues
Fixes #7000 nodejs.org/learn leads to 404
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.