aboutsummaryrefslogtreecommitdiff
path: root/render.js
diff options
context:
space:
mode:
Diffstat (limited to 'render.js')
-rw-r--r--render.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.js b/render.js
index e90ea24..33ef58a 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', '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']