diff --git a/eleventy.config.js b/eleventy.config.js index 9e49bc9..613982c 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -510,6 +510,7 @@ export default function (eleventyConfig) { eleventyConfig.addPassthroughCopy("images"); eleventyConfig.addPassthroughCopy("js"); eleventyConfig.addPassthroughCopy("favicon.ico"); + eleventyConfig.addPassthroughCopy("robots.txt"); eleventyConfig.addPassthroughCopy("interactive"); eleventyConfig.addPassthroughCopy({ ".cache/og": "og" });