Skip to content

Commit

Permalink
fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bogos committed Sep 17, 2024
1 parent 5d9f8e2 commit c833106
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,9 @@ const CONFIG = {
useDotHtml: true,
dynamicNavKey: 'bacom',
stageDomainsMap: {
'business.stage.adobe.com': { 'business.adobe.com': 'origin',
},
'--bacom--adobecom.hlx.live': {'business.adobe.com': 'origin',
},
'--bacom--adobecom.hlx.page': {'business.adobe.com': 'origin',
},
'business.stage.adobe.com': { 'business.adobe.com': 'origin' },
'--bacom--adobecom.hlx.live': {'business.adobe.com': 'origin' },
'--bacom--adobecom.hlx.page': {'business.adobe.com': 'origin' },
},
};

Expand Down

0 comments on commit c833106

Please sign in to comment.