Skip to content

Commit bef1f75

Browse files
committed
Updated ContentTypes.
1 parent d7616dd commit bef1f75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ var contentTypes = {
105105
'mv4': 'video/mv4',
106106
'obj': 'text/plain',
107107
'ogg': 'application/ogg',
108+
'ogv': 'video/ogg',
108109
'package': 'text/plain',
109110
'pdf': 'application/pdf',
110111
'png': 'image/png',
@@ -124,6 +125,7 @@ var contentTypes = {
124125
'tiff': 'image/tiff',
125126
'txt': 'text/plain',
126127
'wav': 'audio/x-wav',
128+
'webm': 'video/webm',
127129
'webp': 'image/webp',
128130
'woff': 'application/font-woff',
129131
'woff2': 'application/font-woff2',

0 commit comments

Comments
 (0)