We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2c794 commit 863f334Copy full SHA for 863f334
.eleventy.js
@@ -1,5 +1,6 @@
1
module.exports = function(eleventyConfig) {
2
eleventyConfig.addPassthroughCopy("CNAME");
3
+ eleventyConfig.addPassthroughCopy("./src/sitemap.xml");
4
eleventyConfig.addPassthroughCopy("./src/assets");
5
eleventyConfig.addPassthroughCopy("./src/css");
6
eleventyConfig.addWatchTarget("./src/assets");
0 commit comments