diff --git a/_includes/head.njk b/_includes/head.njk index 47d4510..782650a 100644 --- a/_includes/head.njk +++ b/_includes/head.njk @@ -19,8 +19,7 @@ {# - - + #} diff --git a/eleventy.config.js b/eleventy.config.js index 4e9966a..06e0086 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -23,9 +23,8 @@ export default async function (eleventyConfig) { /* Passthroughs */ eleventyConfig - .addPassthroughCopy("./favicon-light.ico") - .addPassthroughCopy("./favicon-dark.ico") - .addPassthroughCopy("./robots.txt"); + .addPassthroughCopy("favicon.ico") + .addPassthroughCopy("robots.txt"); /* Images */ eleventyConfig.addPlugin(eleventyImageTransformPlugin, {