We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80627fb commit e33b0c9Copy full SHA for e33b0c9
libraries/ESP8266WebServer/src/detail/mimetable.cpp
@@ -17,6 +17,7 @@ const Entry mimeTable[maxType] PROGMEM =
17
{ ".png", "image/png" },
18
{ ".gif", "image/gif" },
19
{ ".jpg", "image/jpeg" },
20
+ { ".jpeg", "image/jpeg" },
21
{ ".ico", "image/x-icon" },
22
{ ".svg", "image/svg+xml" },
23
{ ".ttf", "application/x-font-ttf" },
0 commit comments