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