Skip to content

Commit 9ba85bd

Browse files
committed
remove mime types we don't immediately need
1 parent d0c4d6a commit 9ba85bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/py/reactpy/reactpy/backend/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
MIME_TYPES = {
66
".js": "application/javascript",
77
".css": "text/css",
8-
".ico": "image/x-icon",
9-
".png": "image/png",
10-
".jpg": "image/jpeg",
11-
".jpeg": "image/jpeg",
12-
".svg": "image/svg+xml",
138
".json": "application/json",
149
}
1510
for extension, mime_type in MIME_TYPES.items():

0 commit comments

Comments
 (0)