diff --git a/eleventy.config.js b/eleventy.config.js index d92fa9d..4e9966a 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -22,7 +22,10 @@ export default async function (eleventyConfig) { }); /* Passthroughs */ - eleventyConfig.addPassthroughCopy("./favicon.ico"); + eleventyConfig + .addPassthroughCopy("./favicon-light.ico") + .addPassthroughCopy("./favicon-dark.ico") + .addPassthroughCopy("./robots.txt"); /* Images */ eleventyConfig.addPlugin(eleventyImageTransformPlugin, {