Skip to content

Commit

Permalink
Updating default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Jul 23, 2024
1 parent a070e57 commit 158016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/navigation/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const blockConfig = {

async function loadBlock() {
const { fedsGlobalConfig = {} } = window;
const miloLibs = fedsGlobalConfig.miloLibs || 'https://stage--milo--adobecom.hlx.page';
const miloLibs = fedsGlobalConfig.miloLibs || 'https://www.adobe.com';

// Relative path can't be used, as the script will run on consumer's app
const { default: bootstrapBlock } = await import(`${miloLibs}/libs/navigation/bootstrapper.js`);
Expand Down

0 comments on commit 158016d

Please sign in to comment.