generated from inherentlee/11ty
+3
-1
@@ -22,7 +22,9 @@ export default async function (eleventyConfig) {
|
||||
});
|
||||
|
||||
/* Passthroughs */
|
||||
eleventyConfig.addPassthroughCopy("./favicon.ico");
|
||||
eleventyConfig
|
||||
.addPassthroughCopy("favicon.ico")
|
||||
.addPassthroughCopy("robots.txt");
|
||||
|
||||
/* Images */
|
||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||
|
||||
Reference in New Issue
Block a user