From f977a25cf279570da90cd8083d7d01e68502e017 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:50:40 +0800 Subject: [PATCH] Remove copying of feed folder assets --- eleventy.config.js | 1 - 1 file changed, 1 deletion(-) 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);