diff options
Diffstat (limited to '.eleventy.js')
-rw-r--r-- | .eleventy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eleventy.js b/.eleventy.js index 70755b0..27b0c01 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -76,7 +76,7 @@ module.exports = eleventyConfig => { eleventyConfig.addPassthroughCopy('static/') eleventyConfig.addPassthroughCopy('_headers') eleventyConfig.addPassthroughCopy('_redirects') - eleventyConfig.addPassthroughCopy('favicon.svg') + eleventyConfig.addPassthroughCopy('favicon/') eleventyConfig.addPassthroughCopy('favicon.ico') return { |