diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-01-24 16:02:53 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-01-24 16:02:53 +0100 |
commit | 1b78d2fbeedb45e492f652d3b041ba9b22dffe37 (patch) | |
tree | 8d1af256dedbe048bae5ced998e2b5462f986c19 /render.js | |
parent | 79e604c87e8731838e8e3ab00cbb437d5c2f9426 (diff) | |
download | site-1b78d2fbeedb45e492f652d3b041ba9b22dffe37.tar.gz site-1b78d2fbeedb45e492f652d3b041ba9b22dffe37.zip |
Deploy Thunderbird conf
Diffstat (limited to 'render.js')
-rw-r--r-- | render.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ const walk = async (path, filename) => { } } -const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf'] +const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf', '.xml'] const ext_md = ['.md', '.markdown'] const ext_pug = ['.pug', '.jade'] |