Skip to content

Commit 8f91239

Browse files
committed
fix: .ico content-type
1 parent aca211d commit 8f91239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const mimeTypes = {
2222
".gif": "image/gif",
2323
".htm": "text/html",
2424
".html": "text/html",
25-
".ico": "image/vnd.microsoft.icon",
25+
".ico": "image/x-icon",
2626
".ics": "text/calendar",
2727
".jar": "application/java-archive",
2828
".jpeg": "image/jpeg",

0 commit comments

Comments
 (0)