From 7bfc3eeecc4cfba5ef638683d0b6d0a9917ddd51 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:34:41 +0000 Subject: [PATCH] Update .eleventy.js --- .eleventy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index cb21f42..75ad917 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -63,6 +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": "/" }); // Customize Markdown library and settings: let markdownLibrary = markdownIt({ @@ -141,4 +142,4 @@ module.exports = function(eleventyConfig) { }; }; -eleventyConfig.addPassthroughCopy({ "img/favicon": "/" }); +