no top level bundles
This commit is contained in:
parent
3bf0435c7e
commit
266dfbefdf
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ export default function(eleventyConfig) {
|
||||||
eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}");
|
eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}");
|
||||||
|
|
||||||
// Official plugins
|
// Official plugins
|
||||||
eleventyConfig.addBundle('css');
|
eleventyConfig.addBundle('css', {
|
||||||
|
toFileDirectory: 'bundle',
|
||||||
|
});
|
||||||
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
|
eleventyConfig.addPlugin(pluginSyntaxHighlight, {
|
||||||
preAttributes: { tabindex: 0 }
|
preAttributes: { tabindex: 0 }
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue