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 d0c4d6a commit 9ba85bdCopy full SHA for 9ba85bd
src/py/reactpy/reactpy/backend/__init__.py
@@ -5,11 +5,6 @@
5
MIME_TYPES = {
6
".js": "application/javascript",
7
".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",
13
".json": "application/json",
14
}
15
for extension, mime_type in MIME_TYPES.items():
0 commit comments