[UPDATE]: Add support to JSON

This commit is contained in:
MJSM 2023-02-19 07:36:00 -03:00
parent f6e633fc0f
commit 9a71ecab7d
2 changed files with 6 additions and 1 deletions

View file

@ -203,6 +203,7 @@ func knownFileType(filename string) bool {
"htm", "html",
"css",
"js",
"yaml", "njk", "json",
"otf", "ttf", "woff", "woff2",
"gif", "jpeg", "jpg", "png", "svg", "tif", "tiff", "webp",
"aac", "flac", "m4a", "mp3", "oga", "ogg", "opus", "wav", "wave", "weba",