diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-01-09 23:02:47 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-01-09 23:03:38 +0100 |
commit | 6a5744bf89d8b2040ac9dba189da72436f5d2834 (patch) | |
tree | 9857834361051c75f83f3e1941c1e9de4fa67be1 /render.js | |
parent | 5409567c4012d2177a3a35198573c4142a955b08 (diff) | |
download | site-6a5744bf89d8b2040ac9dba189da72436f5d2834.tar.gz site-6a5744bf89d8b2040ac9dba189da72436f5d2834.zip |
Some tests for the new website
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', '.pdf'] +const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf'] const ext_md = ['.md', '.markdown'] const ext_pug = ['.pug', '.jade'] |