|
|
|
|
@ -34,7 +34,8 @@ const redirectUrl = () => { |
|
|
|
|
case (process.env.NODE_ENV === 'development' || client.name === 'lff'): |
|
|
|
|
return `${window.origin}/redirect` |
|
|
|
|
case (ENV === 'staging' || ENV === 'preproduction'): |
|
|
|
|
return `https://${stageENV}.insports.tv/redirect` |
|
|
|
|
// return `https://${stageENV}.insports.tv/redirect`
|
|
|
|
|
return `${window.origin}/redirect` |
|
|
|
|
default: |
|
|
|
|
return `https://${clientName}.tv/redirect` |
|
|
|
|
} |
|
|
|
|
|