Skip to content

Commit efa7d14

Browse files
chore(release): 0.2.4 [skip ci]
## [0.2.4](v0.2.3...v0.2.4) (2023-11-23) ### Bug Fixes * use image/svg+xml for svg ([3cb73ca](3cb73ca))
1 parent 3cb73ca commit efa7d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73682,7 +73682,7 @@ function getContentTypeByExtension(ext) {
7368273682
case '.gif':
7368373683
return 'image/gif'
7368473684
case '.svg':
73685-
return 'application/svg+xml'
73685+
return 'image/svg+xml'
7368673686
default:
7368773687
return 'application/octet-stream' // default to binary data
7368873688
}

0 commit comments

Comments
 (0)