mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: mime of javascript
This commit is contained in:
parent
9c3d5cc400
commit
31b3b02e8c
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ rules = [
|
||||||
{ mime = "audio/*", use = "audio" },
|
{ mime = "audio/*", use = "audio" },
|
||||||
{ mime = "inode/x-empty", use = "text" },
|
{ mime = "inode/x-empty", use = "text" },
|
||||||
{ mime = "application/json", use = "text" },
|
{ mime = "application/json", use = "text" },
|
||||||
|
{ mime = "application/javascript", use = "text" },
|
||||||
|
|
||||||
{ mime = "application/zip", use = "archive" },
|
{ mime = "application/zip", use = "archive" },
|
||||||
{ mime = "application/gzip", use = "archive" },
|
{ mime = "application/gzip", use = "archive" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue