From 2f6f952ad6fa8661da064657c42ee1ad6b66e480 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sat, 12 Sep 2026 18:12:46 -0700 Subject: [PATCH] passthrough copy --- eleventy.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, {