Template
ugh nvm
This commit is contained in:
+1
-2
@@ -19,8 +19,7 @@
|
||||
<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-dark.ico" media="(prefers-color-scheme: dark)">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta property="og:image" content="" />
|
||||
<meta property="og:image:alt" content="" />
|
||||
#}
|
||||
|
||||
+2
-3
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user