From 94759c881d007257bd179f2fec8e2fe42d582971 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sat, 12 Sep 2026 18:19:08 -0700 Subject: [PATCH] ugh nvm --- _includes/head.njk | 3 +-- eleventy.config.js | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_includes/head.njk b/_includes/head.njk index 47d4510..782650a 100644 --- a/_includes/head.njk +++ b/_includes/head.njk @@ -19,8 +19,7 @@ {# - - + #} diff --git a/eleventy.config.js b/eleventy.config.js index 4e9966a..06e0086 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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, {