fix extra /
All checks were successful
/ build (push) Successful in 4m46s

This commit is contained in:
zenfyr 2025-11-13 09:14:22 +07:00
commit 790ebad260
Signed by: melontini
SSH key fingerprint: SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE

View file

@ -5,7 +5,7 @@ import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
export default function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "_includes/assets/": "assets/" });
eleventyConfig.addPassthroughCopy({ "_includes/other/.well-known//": ".well-known/" }); // static identity stuff
eleventyConfig.addPassthroughCopy({ "_includes/other/.well-known/": ".well-known/" }); // static identity stuff
eleventyConfig.addPassthroughCopy({ "_includes/other/custard.html": "custard.html" }); // 🍮
eleventyConfig.addPassthroughCopy({ "sneexy/notebook/": "_subdomain/sneexy/notebook/" }); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
eleventyConfig.addPlugin(eleventyNavigationPlugin);