Skip to content

Commit a2233c9

Browse files
chore(blog): redirect migrations to learn (#9094)
* blog: migration remove not node version related * blog: remove author * blog: add redirect * fix: redirect
1 parent 95f946f commit a2233c9

4 files changed

Lines changed: 8 additions & 244 deletions

File tree

apps/site/authors.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@
233233
"name": "Richard Lau",
234234
"website": "https://github.com/richardlau"
235235
},
236-
"richiemccoll": {
237-
"id": 12698531,
238-
"name": "Richie McColl",
239-
"website": "https://github.com/richiemccoll"
240-
},
241236
"Robin Bender Ginn": {
242237
"id": 4296937,
243238
"name": "Robin Bender Ginn",

apps/site/pages/en/blog/migrations/axios-to-fetch.mdx

Lines changed: 0 additions & 170 deletions
This file was deleted.

apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx

Lines changed: 0 additions & 69 deletions
This file was deleted.

apps/site/redirects.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,14 @@
251251
{
252252
"source": "/:locale/download/package-manager/all",
253253
"destination": "/:locale/download/archive/current"
254+
},
255+
{
256+
"source": "/:locale/blog/migrations/axios-to-fetch",
257+
"destination": "/learn/userland-migrations/axios-to-whatwg-fetch"
258+
},
259+
{
260+
"source": "/:locale/blog/migrations/chalk-to-styletext",
261+
"destination": "/learn/userland-migrations/chalk-to-util-styletext"
254262
}
255263
],
256264
"internal": []

0 commit comments

Comments
 (0)