i forgot to push this commit
All checks were successful
/ build (push) Successful in 20s

This commit is contained in:
Ruben 2025-09-17 21:29:46 -05:00
commit bafb9687c9
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -7,7 +7,6 @@ export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "sneexy/notebook/": "~sneexy/notebook/" }); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
eleventyConfig.addPassthroughCopy("custard.html");
eleventyConfig.addPlugin(eleventyNavigationPlugin);
eleventyConfig.addPlugin(pluginFilters);
eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPassthroughCopy("assets/");