robots txt
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user