Skip to content

Commit

Permalink
Merge pull request #683 from robert-bogos/environment-aware-links
Browse files Browse the repository at this point in the history
[MWPW 151457] Added stage domains map to make links environment-aware
  • Loading branch information
Blainegunn authored Jun 23, 2024
2 parents 353930c + 8c0f7c1 commit 54b7c12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ const CONFIG = {
locales,
// geoRouting: 'on',
prodDomains: ['www.adobe.com', 'business.adobe.com', 'helpx.adobe.com'],
stageDomainsMap: {
'www.adobe.com': 'www.stage.adobe.com',
'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',
},
jarvis: {
id: 'DocumentCloudWeb1',
version: '1.0',
Expand Down

0 comments on commit 54b7c12

Please sign in to comment.