Template
passthrough copy
This commit is contained in:
+4
-1
@@ -22,7 +22,10 @@ export default async function (eleventyConfig) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
/* Passthroughs */
|
/* Passthroughs */
|
||||||
eleventyConfig.addPassthroughCopy("./favicon.ico");
|
eleventyConfig
|
||||||
|
.addPassthroughCopy("./favicon-light.ico")
|
||||||
|
.addPassthroughCopy("./favicon-dark.ico")
|
||||||
|
.addPassthroughCopy("./robots.txt");
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||||
|
|||||||
Reference in New Issue
Block a user