Skip to content

Commit

Permalink
[MWPW 151457] Added stage domains map to make links environment-aware (
Browse files Browse the repository at this point in the history
…#205)

* added stage domains map

* hotfix
  • Loading branch information
robert-bogos authored Jun 24, 2024
1 parent 672b570 commit 69e3c0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ const CONFIG = {
geoRouting: 'on',
productionDomain: 'business.adobe.com',
prodDomains: ['business.adobe.com', 'www.adobe.com'],
stageDomainsMap: {
'business.adobe.com': 'business.stage.adobe.com',
'www.adobe.com': 'www.stage.adobe.com',
'learning.adobe.com': 'learning.stage.adobe.com',
'solutionpartners.adobe.com': 'solutionpartners.stage.adobe.com',
'news.adobe.com': 'news.stage.adobe.com',
'adobe.io': 'stage.adobe.io',
'developer.adobe.com': 'developer-stage.adobe.com',
},
autoBlocks: [
{ iframe: 'https://adobe-ideacloud.forgedx.com' },
{ iframe: 'https://adobe.ideacloud.com' },
Expand Down

0 comments on commit 69e3c0b

Please sign in to comment.