aboutsummaryrefslogtreecommitdiffstats
path: root/.eleventy.js
diff options
context:
space:
mode:
Diffstat (limited to '.eleventy.js')
-rw-r--r--.eleventy.js2
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 {