fix: mime of javascript

This commit is contained in:
XYenon 2023-09-04 15:33:13 +08:00 committed by sxyazi
parent 9c3d5cc400
commit 31b3b02e8c
No known key found for this signature in database

View file

@ -50,6 +50,7 @@ rules = [
{ mime = "audio/*", use = "audio" },
{ mime = "inode/x-empty", use = "text" },
{ mime = "application/json", use = "text" },
{ mime = "application/javascript", use = "text" },
{ mime = "application/zip", use = "archive" },
{ mime = "application/gzip", use = "archive" },