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
+1 -2
View File
@@ -19,8 +19,7 @@
<meta property="og:description" content="{{ metadata.description }}" /> <meta property="og:description" content="{{ metadata.description }}" />
{# {#
<link rel="icon" type="image/x-icon" href="/favicon-light.ico" media="(prefers-color-scheme: light)"> <link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="/favicon-dark.ico" media="(prefers-color-scheme: dark)">
<meta property="og:image" content="" /> <meta property="og:image" content="" />
<meta property="og:image:alt" content="" /> <meta property="og:image:alt" content="" />
#} #}
+2 -3
View File
@@ -23,9 +23,8 @@ export default async function (eleventyConfig) {
/* Passthroughs */ /* Passthroughs */
eleventyConfig eleventyConfig
.addPassthroughCopy("./favicon-light.ico") .addPassthroughCopy("favicon.ico")
.addPassthroughCopy("./favicon-dark.ico") .addPassthroughCopy("robots.txt");
.addPassthroughCopy("./robots.txt");
/* Images */ /* Images */
eleventyConfig.addPlugin(eleventyImageTransformPlugin, { eleventyConfig.addPlugin(eleventyImageTransformPlugin, {