Skip to content

Commit

Permalink
Fix fav icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed May 1, 2024
1 parent a318286 commit dce9e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hlx_statics/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function loadLazy(doc) {
loadFooter(doc.querySelector('footer'));

loadCSS(`${window.hlx.codeBasePath}/styles/lazy-styles.css`);
addFavIcon(`${window.hlx.codeBasePath}/hlx_statics/icons/adobe.svg`);
addFavIcon(`/hlx_statics/icons/adobe.svg`);
sampleRUM('lazy');
sampleRUM.observe(main.querySelectorAll('div[data-block-name]'));
sampleRUM.observe(main.querySelectorAll('picture > img'));
Expand Down

0 comments on commit dce9e77

Please sign in to comment.