refactor: 🚚 move css into pluggable components

This commit is contained in:
Sebin Nyshkim 2025-04-24 22:15:10 +02:00
parent 54b3304f2f
commit a98028b880
10 changed files with 702 additions and 688 deletions

View file

@ -32,7 +32,7 @@ export default async function (eleventyConfig) {
);
eleventyConfig.addPlugin(eleventyPluginWebc, {
components: ['src/components/*.webc', 'npm:@11ty/eleventy-img/*.webc']
components: ['src/components/**/*.webc', 'npm:@11ty/eleventy-img/*.webc']
});
eleventyConfig.addPlugin(eleventyPluginNavigation);
eleventyConfig.addPlugin(eleventyImagePlugin, IMAGE_TRANSFORM_OPTS);