fix: point to the subdomain instead
This commit is contained in:
committed by
mrugesh
parent
1cfd52209a
commit
e5e5353ff1
@ -15,6 +15,7 @@ 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,6 +36,7 @@ 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