This commit is contained in:
sxyazi 2023-09-17 01:31:35 +08:00
parent 1dabea1082
commit d4a7ea1a8a
No known key found for this signature in database

View file

@ -82,6 +82,7 @@ rules = [
# { mime = "application/json", use = "text" },
{ name = "*.json", use = "text" },
# Multiple openers for a single rule
{ name = "*.html", use = [ "browser", "text" ] },
]
```