generated from inherentlee/11ty
new branding
This commit is contained in:
+4
-1
@@ -24,7 +24,10 @@ export default async function (eleventyConfig) {
|
||||
});
|
||||
|
||||
/* Passthroughs */
|
||||
eleventyConfig.addPassthroughCopy("./favicon.ico");
|
||||
eleventyConfig
|
||||
.addPassthroughCopy("favicon.ico")
|
||||
.addPassthroughCopy("robots.txt")
|
||||
.addPassthroughCopy("fonts");
|
||||
|
||||
/* Images */
|
||||
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
|
||||
|
||||
Reference in New Issue
Block a user