mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 21:02:41 +00:00
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
|
// 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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user