diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-10 20:22:26 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-10 20:22:26 +0200 |
commit | 79387649e8961eb6ac0fce8de8122fd946480c1b (patch) | |
tree | c685ea3176f0065778d669b024ef8b7648c8f0d7 /render.js | |
parent | afa82c967f14d7f81550f79faeeb9d4a683775bd (diff) | |
download | site-79387649e8961eb6ac0fce8de8122fd946480c1b.tar.gz site-79387649e8961eb6ac0fce8de8122fd946480c1b.zip |
Rework energiefeature/new_home
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', 'client', 'server'] +const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', 'client', 'server', '.pdf'] const ext_md = ['.md', '.markdown'] const ext_pug = ['.pug', '.jade'] |