diff options
author | Starfall <us@starfall.systems> | 2023-08-10 08:40:22 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-08-10 08:40:22 -0500 |
commit | 234e975715c4c9b0ca06c4e5059564eee99c324c (patch) | |
tree | 6d6aaeafc35b9304058359d47634538a74b330ae /eleventy.config.js | |
parent | 7fd77540264ffd5ae385be2e3431d8c75461886c (diff) |
add D2Fileguide
Diffstat (limited to 'eleventy.config.js')
-rw-r--r-- | eleventy.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eleventy.config.js b/eleventy.config.js index 0de9978..dd31cc3 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -21,6 +21,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.addPassthroughCopy('./css/') eleventyConfig.addPassthroughCopy('./img/') + eleventyConfig.addPassthroughCopy('./files/') eleventyConfig.addFilter('local_date', filter_local_date) eleventyConfig.addFilter('rfc3339_datetime', filter_rfc3339_datetime) |