Remove copying of feed folder assets

This commit is contained in:
Helen Chong 2024-04-19 08:50:40 +08:00
parent 250537cdb2
commit f977a25cf2
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ module.exports = function (eleventyConfig) {
// Copy files // Copy files
eleventyConfig.addPassthroughCopy("./src/assets/"); eleventyConfig.addPassthroughCopy("./src/assets/");
eleventyConfig.addWatchTarget("./src/assets/"); eleventyConfig.addWatchTarget("./src/assets/");
eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" });
// Installed Plug-ins // Installed Plug-ins
eleventyConfig.addPlugin(EleventyRenderPlugin); eleventyConfig.addPlugin(EleventyRenderPlugin);