diff --git a/.eleventy.js b/.eleventy.js index 16841f2..cb21f42 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -140,3 +140,5 @@ module.exports = function(eleventyConfig) { } }; }; + +eleventyConfig.addPassthroughCopy({ "img/favicon": "/" }); diff --git a/img/favicon.ico b/img/favicon.ico deleted file mode 100644 index 2453b68..0000000 Binary files a/img/favicon.ico and /dev/null differ