diff --git a/.eleventy.js b/.eleventy.js index d12ec36..604754f 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -20,7 +20,7 @@ module.exports = function(eleventyConfig) { // add _media folder eleventyConfig.addPassthroughCopy("_src/_media"); // add robots.txt - eleventyConfig.addPassthroughCopy({ 'src/robots.txt': '/robots.txt' }); + eleventyConfig.addPassthroughCopy({ '_src/robots.txt': '/robots.txt' }); // shortcodes eleventyConfig.addShortcode("year", () => {