aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-20 09:53:05 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-20 09:53:05 +0200
commitbd54b7d62a3ba567beb28da212cb6b5e979cdc67 (patch)
tree482c3d62a14da517b9225c07907e838670ac8d9a
parent6d192acd2ccc1f20a80fada99f4e28d675ad6c37 (diff)
downloadsite-bd54b7d62a3ba567beb28da212cb6b5e979cdc67.tar.gz
site-bd54b7d62a3ba567beb28da212cb6b5e979cdc67.zip
Update render
-rw-r--r--render.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.js b/render.js
index d0333a8..2a46114 100644
--- a/render.js
+++ b/render.js
@@ -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']