Skip to content

Commit

Permalink
main - Updated Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lanssiers committed Nov 5, 2023
1 parent 8b29be0 commit bf88994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(() => {
console.log("Hello!");
})();
2 changes: 2 additions & 0 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import {
loadCSS,
} from './aem.js';

import "./custom.js";

const LCP_BLOCKS = []; // add your LCP blocks to the list

/**
Expand Down

0 comments on commit bf88994

Please sign in to comment.