fix passthrough
All checks were successful
/ build (push) Successful in 59s

This commit is contained in:
Ruben 2025-06-14 01:39:25 -05:00
commit 3f5d3b2804
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

@ -4,7 +4,7 @@ import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy("assets/");
eleventyConfig.addPassthroughCopy("sneexy/notebook/"); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
eleventyConfig.addPassthroughCopy({ "sneexy/notebook/": "~/sneexy/notebook/" }); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
eleventyConfig.addFilter("cssmin", function (code) {
const result = transform({