From f4c1f21c618187cc5871bce1246cb90fda069d46 Mon Sep 17 00:00:00 2001 From: arian Date: Sun, 28 Apr 2024 13:14:49 +0200 Subject: [PATCH] fixed robots --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {