diff --git a/.eleventy.js b/.eleventy.js index 915f882..1bd270a 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -10,7 +10,6 @@ module.exports = config => { config.addPassthroughCopy('internal/css') config.addPassthroughCopy('internal/js') config.addPassthroughCopy('internal/img') - config.addPassthroughCopy('internal/img') config.addPassthroughCopy('favicon.png') config.addPassthroughCopy('favicon.svg')