From 73bfd95d63b1d9600c6df2e39fdcdcf1bd3e1854 Mon Sep 17 00:00:00 2001 From: Robert Bogos <146744221+robert-bogos@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:52:12 +0300 Subject: [PATCH] [MWPW-158446] Added stage domains map (#248) * added stage domains map * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update scripts/scripts.js Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fixed linter errors * fixed linter errors * Remove hlx.page and hlx.live stage mappings --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Megan Thomas --- scripts/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/scripts.js b/scripts/scripts.js index 5f86cfe..8565274 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -126,6 +126,7 @@ const CONFIG = { ], useDotHtml: true, dynamicNavKey: 'bacom', + stageDomainsMap: { 'business.stage.adobe.com': { 'business.adobe.com': 'origin' } }, }; const eagerLoad = (img) => {