Remove copying of feed folder assets
This commit is contained in:
parent
980f575972
commit
e7d820ac25
@ -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…
x
Reference in New Issue
Block a user