feat: added robots txt

This commit is contained in:
Leyla Becker 2026-02-11 15:34:18 -06:00
parent d90622efcc
commit 7682677cf6
2 changed files with 135 additions and 0 deletions

View file

@ -221,6 +221,7 @@ module.exports = (eleventyConfig) => {
});
eleventyConfig.addPassthroughCopy("css");
eleventyConfig.addPassthroughCopy("robots.txt");
return {
dir: {