We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516a10c commit ff60547Copy full SHA for ff60547
.eleventy.js
@@ -57,4 +57,5 @@ module.exports = function (eleventyConfig) {
57
})
58
59
eleventyConfig.addPassthroughCopy("CNAME");
60
+ eleventyConfig.addPassthroughCopy("robots.txt");
61
};
0 commit comments