diff --git a/eleventy.config.js b/eleventy.config.js index f551d6d..d670dce 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -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, {