This commit is contained in:
parent
f108b9950e
commit
3f5d3b2804
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import eleventyNavigationPlugin from "@11ty/eleventy-navigation";
|
||||||
|
|
||||||
export default function(eleventyConfig) {
|
export default function(eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("assets/");
|
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) {
|
eleventyConfig.addFilter("cssmin", function (code) {
|
||||||
const result = transform({
|
const result = transform({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue