diff --git a/eleventy.config.js b/eleventy.config.js index a5a12df..cc388c8 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -31,7 +31,9 @@ export default function(eleventyConfig) { eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}"); // Official plugins - eleventyConfig.addBundle('css'); + eleventyConfig.addBundle('css', { + toFileDirectory: 'bundle', + }); eleventyConfig.addPlugin(pluginSyntaxHighlight, { preAttributes: { tabindex: 0 } });