diff options
Diffstat (limited to '.eleventy.js')
-rw-r--r-- | .eleventy.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eleventy.js b/.eleventy.js index fbf989e..c2b2086 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,6 +13,7 @@ module.exports = function (config) { }); config.addPassthroughCopy({ "src/css/fonts": "./fonts", + "src/files": "./files", }); config.addPassthroughCopy({ "src/images": "./images", |