diff options
Diffstat (limited to '.eleventy.js')
-rw-r--r-- | .eleventy.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eleventy.js b/.eleventy.js index 0c450ad..4da8b9b 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -63,6 +63,8 @@ module.exports = eleventyConfig => { eleventyConfig.addPassthroughCopy('static/') + eleventyConfig.addPassthroughCopy('_headers') + eleventyConfig.addPassthroughCopy('_redirects') eleventyConfig.addPassthroughCopy('favicon.svg') eleventyConfig.addPassthroughCopy('favicon.ico') |