From 79387649e8961eb6ac0fce8de8122fd946480c1b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 10 Sep 2020 20:22:26 +0200 Subject: Rework energie --- render.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render.js') diff --git a/render.js b/render.js index 3572f60..e90ea24 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'] +const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', 'client', 'server', '.pdf'] const ext_md = ['.md', '.markdown'] const ext_pug = ['.pug', '.jade'] -- cgit v1.2.3