Skip to content

Commit a49126f

Browse files
committed
Remove Kyrgyz live radio redirects from next.config.js
These redirects are moving to Belfrage for consistency with other redirect handling.
1 parent 4ed8a91 commit a49126f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

ws-nextjs-app/next.config.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,6 @@ module.exports = {
5656
},
5757
];
5858
},
59-
async redirects() {
60-
return [
61-
{
62-
source: '/kyrgyz/bbc_kyrgyz_radio/live_radio',
63-
destination: '/kyrgyz',
64-
permanent: true,
65-
},
66-
{
67-
source: '/kyrgyz/bbc_kyrgyz_radio/liveradio',
68-
destination: '/kyrgyz',
69-
permanent: true,
70-
},
71-
];
72-
},
7359
async rewrites() {
7460
return [
7561
{

0 commit comments

Comments
 (0)