diff --git a/eleventy.config.js b/eleventy.config.js index d4886a9..7a54133 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -47,7 +47,7 @@ export default async function (eleventyConfig) { eleventyConfig.addPlugin(plugins.syntaxHighlight); eleventyConfig.addPlugin(plugins.webc, { - components: ['./src/_includes/webc/*.webc'], + components: ['./src/_includes/webc/**/*.webc'], useTransform: true });