diff --git a/eleventy.config.js b/eleventy.config.js index cf71b6a5..ac4ba8bc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -18,7 +18,6 @@ module.exports = function (eleventyConfig) { // Copy files eleventyConfig.addPassthroughCopy("./src/assets/"); eleventyConfig.addWatchTarget("./src/assets/"); - eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" }); // Installed Plug-ins eleventyConfig.addPlugin(EleventyRenderPlugin);