Output the feed file to the root of the generated site
This commit is contained in:
parent
59bbffa3a6
commit
51a7da1bb9
@ -1,6 +1,7 @@
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("./src/assets/");
|
||||
eleventyConfig.addWatchTarget("./src/assets/");
|
||||
eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" });
|
||||
|
||||
return {
|
||||
dir: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user