diff --git a/.eleventy.js b/.eleventy.js index 2d1bbd6..bf7c4bc 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -70,7 +70,7 @@ module.exports = function ( eleventyConfig ) { } // Bundle not found - return null + return {} }) eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {