From 9843c4c48624f1f4e4fa78a94f078d49689353d4 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:53:11 +0000 Subject: [PATCH] Update .eleventy.js --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index cda03f4..c732009 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -63,7 +63,7 @@ module.exports = function(eleventyConfig) { // Copy the `img` and `css` folders to the output eleventyConfig.addPassthroughCopy("img"); eleventyConfig.addPassthroughCopy("css"); - eleventyConfig.addPassthroughCopy({ "img/favicon/favicon.ico": "/" }); + // Customize Markdown library and settings: let markdownLibrary = markdownIt({