From f838ada8aee90b80142bd3a011a04c141e0972c1 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 7 Apr 2024 01:15:00 +0800 Subject: [PATCH] Output the feed file to the root of the generated site --- .eleventy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eleventy.js b/.eleventy.js index c6fc814d..243959ea 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,6 +1,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("./src/assets/"); eleventyConfig.addWatchTarget("./src/assets/"); + eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" }); return { dir: {