Skip to content

Commit 825e4df

Browse files
authored
Merge pull request #8 from jsonhero-io/typo-fix
Fixed a typo that prevented some icons from showing
2 parents 3994af9 + 724ab9c commit 825e4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formats/uri.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function lookupMimeType(ext?: string): string | undefined {
4040
ico: "image/vnd.microsoft.icon",
4141
ics: "text/calendar",
4242
jar: "application/java-archive",
43-
jpeg: "image/jpeg ",
43+
jpeg: "image/jpeg",
4444
jpg: "image/jpeg",
4545
jsonld: "application/ld+json",
4646
mid: "audio/midi",

0 commit comments

Comments
 (0)