From aaa1c48b54ae670285cb0af7622d692a14d1ab96 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sat, 12 Sep 2026 18:21:23 -0700 Subject: [PATCH] fix passthrough --- eleventy.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eleventy.config.js b/eleventy.config.js index f551d6d..d670dce 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -22,7 +22,9 @@ export default async function (eleventyConfig) { }); /* Passthroughs */ - eleventyConfig.addPassthroughCopy("./favicon.ico"); + eleventyConfig + .addPassthroughCopy("favicon.ico") + .addPassthroughCopy("robots.txt"); /* Images */ eleventyConfig.addPlugin(eleventyImageTransformPlugin, {