diff --git a/scripts/custom.js b/scripts/custom.js new file mode 100644 index 0000000..da16ed5 --- /dev/null +++ b/scripts/custom.js @@ -0,0 +1,3 @@ +(() => { + console.log("Hello!"); + })(); \ No newline at end of file diff --git a/scripts/scripts.js b/scripts/scripts.js index 0211c1d..64760e1 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -13,6 +13,8 @@ import { loadCSS, } from './aem.js'; +import "./custom.js"; + const LCP_BLOCKS = []; // add your LCP blocks to the list /**