Remove copying of feed folder assets
This commit is contained in:
parent
250537cdb2
commit
f977a25cf2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue