aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 5c73d46..9c36013 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -43,6 +43,7 @@ function ctype(name) {
case 'css': return 'text/css'
case 'png': return 'image/png'
case 'json': return 'application/json'
+ case 'ico': return 'image/x-iconimage/x-icon'
}
}