mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 08:50:52 +00:00
Output the feed file to the root of the generated site
This commit is contained in:
parent
5379e5d7b2
commit
f838ada8ae
@ -1,6 +1,7 @@
|
|||||||
module.exports = function (eleventyConfig) {
|
module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("./src/assets/");
|
eleventyConfig.addPassthroughCopy("./src/assets/");
|
||||||
eleventyConfig.addWatchTarget("./src/assets/");
|
eleventyConfig.addWatchTarget("./src/assets/");
|
||||||
|
eleventyConfig.addPassthroughCopy({ "./src/assets/feed/": "/" });
|
||||||
|
|
||||||
return {
|
return {
|
||||||
dir: {
|
dir: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user