fix: remove medium links and rss feeds
This commit is contained in:
committed by
mrugesh
parent
1d4ae06541
commit
0ffca02ec1
@ -42,7 +42,7 @@ exports[`createRedirects matches the snapshot 1`] = `
|
||||
/forum/* https://forum.example.com/:splat 200
|
||||
/privacy https://forum.example.com/t/free-code-camp-privacy-policy/19545 301
|
||||
/nonprofit-project-instructions https://forum.example.com/t/how-free-code-camps-nonprofits-projects-work/19547 301
|
||||
/how-nonprofit-projects-work https://medium.freecodecamp.org/open-source-for-good-1a0ea9f32d5a 301
|
||||
/how-nonprofit-projects-work https://www.freecodecamp.org/news/open-source-for-good-1a0ea9f32d5a 301
|
||||
|
||||
"
|
||||
`;
|
||||
|
@ -63,7 +63,7 @@ const template = `#api redirect
|
||||
/forum/* #{{FORUM}}/:splat 200
|
||||
/privacy #{{FORUM}}/t/free-code-camp-privacy-policy/19545 301
|
||||
/nonprofit-project-instructions #{{FORUM}}/t/how-free-code-camps-nonprofits-projects-work/19547 301
|
||||
/how-nonprofit-projects-work https://medium.freecodecamp.org/open-source-for-good-1a0ea9f32d5a 301
|
||||
/how-nonprofit-projects-work https://www.freecodecamp.org/news/open-source-for-good-1a0ea9f32d5a 301
|
||||
|
||||
`;
|
||||
/* eslint-enable max-len */
|
||||
|
Reference in New Issue
Block a user