diff --git a/.eleventy.js b/.eleventy.js index 75ad917..6abf25a 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": "/" }); + eleventyConfig.addPassthroughCopy({ "img/favicon": "/_site/" }); // Customize Markdown library and settings: let markdownLibrary = markdownIt({