diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-20 09:53:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-20 09:53:05 +0200 |
commit | bd54b7d62a3ba567beb28da212cb6b5e979cdc67 (patch) | |
tree | 482c3d62a14da517b9225c07907e838670ac8d9a | |
parent | 6d192acd2ccc1f20a80fada99f4e28d675ad6c37 (diff) | |
download | site-bd54b7d62a3ba567beb28da212cb6b5e979cdc67.tar.gz site-bd54b7d62a3ba567beb28da212cb6b5e979cdc67.zip |
Update render
-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', '.xml'] +const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf', '.xml', '.properties'] const ext_md = ['.md', '.markdown'] const ext_pug = ['.pug', '.jade'] |