no top level bundles

This commit is contained in:
Nycki 2024-12-24 13:07:30 -08:00
parent 3bf0435c7e
commit 266dfbefdf

View file

@ -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 }
});