revert: point to the subdomain instead (#37155)
This reverts commit 3fa6c6a032
.
This commit is contained in:
@ -15,7 +15,6 @@ exports[`createRedirects matches the snapshot 1`] = `
|
||||
/code-of-conduct https://news.example.com/code-of-conduct 200
|
||||
/copyright https://news.example.com/copyright-policy 200
|
||||
/copyright-policy https://news.example.com/copyright-policy 200
|
||||
/donate https://donate.freecodecamp.org 200
|
||||
/privacy https://news.example.com/privacy-policy 200
|
||||
/privacy-policy https://news.example.com/privacy-policy 200
|
||||
/shop https://news.example.com/shop 200
|
||||
|
@ -36,7 +36,6 @@ const template = `
|
||||
/code-of-conduct #{{NEWS}}/code-of-conduct 200
|
||||
/copyright #{{NEWS}}/copyright-policy 200
|
||||
/copyright-policy #{{NEWS}}/copyright-policy 200
|
||||
/donate https://donate.freecodecamp.org 200
|
||||
/privacy #{{NEWS}}/privacy-policy 200
|
||||
/privacy-policy #{{NEWS}}/privacy-policy 200
|
||||
/shop #{{NEWS}}/shop 200
|
||||
|
Reference in New Issue
Block a user