Template
ugh nvm
This commit is contained in:
+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