This commit is contained in:
parent
ad8f90cc19
commit
790ebad260
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import syntaxHighlight from "@11ty/eleventy-plugin-syntaxhighlight";
|
||||||
|
|
||||||
export default function(eleventyConfig) {
|
export default function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy({ "_includes/assets/": "assets/" });
|
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({ "_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.addPassthroughCopy({ "sneexy/notebook/": "_subdomain/sneexy/notebook/" }); // notebook page generated by quartz seperately - see https://forged.synth.download/sneexy/notebook
|
||||||
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
eleventyConfig.addPlugin(eleventyNavigationPlugin);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue