-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(blog): remove duplicate blog title for jan 2026 #8545
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(blog): remove duplicate blog title for jan 2026 #8545
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
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.
Pull request overview
This pull request removes a duplicate H1 heading from a blog post about a Node.js vulnerability. The title is already defined in the frontmatter metadata, making the markdown heading redundant.
Changes:
- Removed duplicate H1 markdown heading that duplicated the frontmatter title
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bjohansebas
left a comment
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!, fast tracking
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8545 +/- ##
=======================================
Coverage 75.01% 75.01%
=======================================
Files 103 103
Lines 9036 9036
Branches 311 311
=======================================
Hits 6778 6778
Misses 2256 2256
Partials 2 2 ☔ View full report in Codecov by Sentry. |
|
@nodejs/nodejs-website Im fast tracking this :) |
Description
Removes duplicate blog title for January 2026 dos-mitigation-async-hooks
Validation
Before:

After:
