Update render
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quentin 2022-07-20 09:53:05 +02:00
parent 6d192acd2c
commit bd54b7d62a
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -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_md = ['.md', '.markdown']
const ext_pug = ['.pug', '.jade'] const ext_pug = ['.pug', '.jade']