refactor: 🚚 move css into pluggable components
This commit is contained in:
parent
54b3304f2f
commit
a98028b880
10 changed files with 702 additions and 688 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue