Skip to content

Commit

Permalink
Updated production url
Browse files Browse the repository at this point in the history
  • Loading branch information
st-angelo-adobe committed Sep 30, 2024
1 parent 61d6576 commit 878418b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions acrobat/blocks/rnr/rnr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const SHOW_COMMENTS_TRESHOLD = 5;
const ASSET_TYPE = 'ADOBE_COM';
const RNR_API_URL = (function () {
if (
window.location.origin === 'main--dc--adobecom.hlx.page'
|| window.location.origin === 'main--dc--adobecom.hlx.live'
|| window.location.origin === 'www.adobe.com'
) return 'https://rnr-prod.adobe.io/v1';
window.location.hostname === 'main--dc--adobecom.hlx.page'
|| window.location.hostname === 'main--dc--adobecom.hlx.live'
|| window.location.hostname === 'www.adobe.com'
) return 'https://rnr.adobe.io/v1';
return 'https://rnr-stage.adobe.io/v1';
}());

Expand Down

0 comments on commit 878418b

Please sign in to comment.