Output the feed file to the root of the generated site

This commit is contained in:
Helen Chong 2024-04-07 01:15:00 +08:00
parent 5379e5d7b2
commit f838ada8ae
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("./src/assets/");
eleventyConfig.addWatchTarget("./src/assets/");
eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" });
return {
dir: {