Skip to content

Commit

Permalink
Adding helpx and stock url to prodDomains for standalone gnav
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Dec 9, 2024
1 parent 57d66cf commit e2bd819
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libs/navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ const getStageDomainsMap = (stageDomainsMap) => (
);

// Production Domain
const prodDomains = ['milo.adobe.com', 'business.adobe.com', 'www.adobe.com', 'adobecom.github.io'];
const prodDomains = [
'milo.adobe.com',
'business.adobe.com',
'www.adobe.com',
'helpx.adobe.com',
'stock.adobe.com',
'adobecom.github.io',
];

function getParamsConfigs(configs) {
return blockConfig.reduce((acc, block) => {
Expand Down

0 comments on commit e2bd819

Please sign in to comment.