diff --git a/.eleventy.js b/.eleventy.js index a5c1db8..bd0e567 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,6 +5,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy('./src/main.css'); eleventyConfig.addPassthroughCopy('./src/lib/main.js'); eleventyConfig.addPassthroughCopy('./src/assets'); +eleventyConfig.addPassthroughCopy('./src/favicon_io'); return {