File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ export const DIRECT_PROJECT_URL = `https://www.${DOMAIN}/direct/projectOverview?
709709export const SALESFORCE_PROJECT_LEAD_LINK = process . env . SALESFORCE_PROJECT_LEAD_LINK
710710export const TC_NOTIFICATION_URL = process . env . TC_NOTIFICATION_URL || `${ TC_API_URL } /v5/notifications`
711711
712- export const TC_CDN_URL = process . env . NODE_ENV === 'development ' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://d2nl5eqipnb33q .cloudfront.net'
712+ export const TC_CDN_URL = process . env . CIRCLE_BRANCH === 'dev ' ? 'https://d1aahxkjiobka8.cloudfront.net' : 'https://dlxczxztayxv6 .cloudfront.net'
713713
714714export const RESET_PASSWORD_URL = `https://accounts.${ DOMAIN } /connect/reset-password`
715715export const VERIFY_EMAIL_URL = `http://www.${ DOMAIN } /settings/account/changeEmail`
You can’t perform that action at this time.
0 commit comments