Skip to content

Commit 863f334

Browse files
committed
Update .eleventy.js
1 parent 6f2c794 commit 863f334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eleventy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = function(eleventyConfig) {
22
eleventyConfig.addPassthroughCopy("CNAME");
3+
eleventyConfig.addPassthroughCopy("./src/sitemap.xml");
34
eleventyConfig.addPassthroughCopy("./src/assets");
45
eleventyConfig.addPassthroughCopy("./src/css");
56
eleventyConfig.addWatchTarget("./src/assets");

0 commit comments

Comments
 (0)