1
0
mirror of https://github.com/golang/go synced 2024-11-21 11:54:39 -07:00

mime: add mimetype for .jxl files

This commit is contained in:
Amit Mittal 2024-11-02 11:27:27 +05:30
parent 375129ab4c
commit 9cccd20e19

View File

@ -60,6 +60,7 @@ var builtinTypesLower = map[string]string{
".jpg": "image/jpeg",
".js": "text/javascript; charset=utf-8",
".json": "application/json",
".jxl": "image/jxl",
".mjs": "text/javascript; charset=utf-8",
".pdf": "application/pdf",
".png": "image/png",