forked from Deuxfleurs/site
Update render
This commit is contained in:
parent
6d192acd2c
commit
bd54b7d62a
1 changed files with 1 additions and 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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue