robots txt

This commit is contained in:
2026-02-25 14:25:02 -08:00
parent bfefa33f13
commit 98c00bb1fd
282 changed files with 3643 additions and 3399 deletions

View File

@ -54,7 +54,9 @@ export default async function(eleventyConfig) {
});
/* Passthrough */
eleventyConfig.addPassthroughCopy("favicon.ico");
eleventyConfig
.addPassthroughCopy("favicon.ico")
.addPassthroughCopy("robots.txt");
/* Plugins */
/* All filters from _config/filters.js */