Add WebC to Eleventy

Updated on
import pluginWebc from "@11ty/eleventy-plugin-webc";

export default function (eleventyConfig) {
	eleventyConfig.addPlugin(pluginWebc, {
	// Glob to find no-import global components
	components: "_includes/components/**/*.webc",
	});
}