This commit is contained in:
2026-09-12 18:19:08 -07:00
parent 2f6f952ad6
commit 94759c881d
2 changed files with 3 additions and 5 deletions
+2 -3
View File
@@ -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, {