fix passthrough... again
All checks were successful
/ build (push) Successful in 41s

This commit is contained in:
Ruben 2025-06-14 01:41:06 -05:00
commit 61e8d24362
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/": "~/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({