Template
ugh nvm
This commit is contained in:
+1
-2
@@ -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
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user