From 75ff4316d4de538f931efe6e3a5aab51ac20cb0c Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 9 Jan 2022 16:41:11 +0530 Subject: fixed lighthouse errors Signed-off-by: Marc Pervaz Boocha --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eleventy.js') 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 { -- cgit v1.2.3-70-g09d2