From 24c5fd5a5244803eea6e23c064df60db6265caa8 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Sat, 29 Oct 2011 17:36:11 +0200 Subject: [PATCH] add xhtml mime type --- lib/node-static/mime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node-static/mime.js b/lib/node-static/mime.js index cdd3355..0b5190b 100644 --- a/lib/node-static/mime.js +++ b/lib/node-static/mime.js @@ -130,6 +130,7 @@ this.contentTypes = { "wrl": "model/vrml", "wvx": "video/x-ms-wvx", "xbm": "image/x-xbitmap", + "xhtml": "application/xhtml+xml", "xlw": "application/vnd.ms-excel", "xml": "text/xml", "xpm": "image/x-xpixmap",