passthrough copy

This commit is contained in:
2026-09-12 18:12:46 -07:00
parent f378620d1f
commit 2f6f952ad6
+4 -1
View File
@@ -22,7 +22,10 @@ export default async function (eleventyConfig) {
}); });
/* Passthroughs */ /* Passthroughs */
eleventyConfig.addPassthroughCopy("./favicon.ico"); eleventyConfig
.addPassthroughCopy("./favicon-light.ico")
.addPassthroughCopy("./favicon-dark.ico")
.addPassthroughCopy("./robots.txt");
/* Images */ /* Images */
eleventyConfig.addPlugin(eleventyImageTransformPlugin, { eleventyConfig.addPlugin(eleventyImageTransformPlugin, {