fix: add robots.txt to Eleventy passthrough copy
Was present in the repo but not copied to _site/ during build, so it got wiped on every deploy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user