chore(blog): redirect migrations to learn - #9094
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9094 +/- ##
==========================================
- Coverage 75.11% 75.10% -0.02%
==========================================
Files 102 102
Lines 9111 9114 +3
Branches 376 376
==========================================
+ Hits 6844 6845 +1
- Misses 2263 2265 +2
Partials 4 4 ☔ View full report in Codecov by Harness. |
There was a problem hiding this comment.
Pull request overview
This PR removes two migration blog posts from the site and cleans up the author registry by deleting an author entry that no longer appears to be referenced by remaining content.
Changes:
- Delete
chalk-to-styletextmigration post. - Delete
axios-to-fetchmigration post. - Remove the
richiemccollauthor entry fromauthors.json.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx | Removes the Chalk → util.styleText migration post page. |
| apps/site/pages/en/blog/migrations/axios-to-fetch.mdx | Removes the Axios → WHATWG Fetch migration post page. |
| apps/site/authors.json | Removes the richiemccoll author record from the authors registry. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
📦 Build Size ComparisonSummary
Changes🔄 Modified Routes (4)
|
|
Fast-tracking for SEO reasons |
Description
Replaced by learn sync
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.