Skip to content

Commit

Permalink
added ogv mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
philip.woods committed Aug 19, 2012
1 parent 63f9385 commit a74e271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/node-static/mime.js
Expand Up @@ -65,6 +65,7 @@ this.contentTypes = {
"nc": "application/x-netcdf",
"oda": "application/oda",
"ogm": "application/ogg",
"ogv": "application/ogg",
"pbm": "image/x-portable-bitmap",
"pdf": "application/pdf",
"pgm": "image/x-portable-graymap",
Expand Down Expand Up @@ -136,5 +137,5 @@ this.contentTypes = {
"xpm": "image/x-xpixmap",
"xwd": "image/x-xwindowdump",
"xyz": "chemical/x-pdb",
"zip": "application/zip"
"zip": "application/zip",
};

0 comments on commit a74e271

Please sign in to comment.