Skip to content

Commit

Permalink
Test removing stage domains mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Sep 26, 2024
1 parent 9bf3cfd commit d886ee5
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,35 +292,7 @@ const CONFIG = {
locales,
// geoRouting: 'on',
prodDomains: ['www.adobe.com', 'business.adobe.com', 'helpx.adobe.com'],
stageDomainsMap: {
'www.stage.adobe.com': {
'www.adobe.com': 'origin',
'business.adobe.com': 'business.stage.adobe.com',
'helpx.adobe.com': 'helpx.stage.adobe.com',
'blog.adobe.com': 'blog.stage.adobe.com',
'developer.adobe.com': 'developer-stage.adobe.com',
'news.adobe.com': 'news.stage.adobe.com',
'firefly.adobe.com': 'firefly-stage.corp.adobe.com',
},
'--dc--adobecom.hlx.live': {
'www.adobe.com': 'origin',
'business.adobe.com': 'business.stage.adobe.com',
'helpx.adobe.com': 'helpx.stage.adobe.com',
'blog.adobe.com': 'blog.stage.adobe.com',
'developer.adobe.com': 'developer-stage.adobe.com',
'news.adobe.com': 'news.stage.adobe.com',
'firefly.adobe.com': 'firefly-stage.corp.adobe.com',
},
'--dc--adobecom.hlx.page': {
'www.adobe.com': 'origin',
'business.adobe.com': 'business.stage.adobe.com',
'helpx.adobe.com': 'helpx.stage.adobe.com',
'blog.adobe.com': 'blog.stage.adobe.com',
'developer.adobe.com': 'developer-stage.adobe.com',
'news.adobe.com': 'news.stage.adobe.com',
'firefly.adobe.com': 'firefly-stage.corp.adobe.com',
},
},
stageDomainsMap: {},
jarvis: {
id: 'DocumentCloudWeb1',
version: '1.0',
Expand Down

0 comments on commit d886ee5

Please sign in to comment.