From 58c620e2dd412bd339b3482ccc949471466824c8 Mon Sep 17 00:00:00 2001 From: wanderer Date: Fri, 14 Apr 2017 11:30:15 -0400 Subject: fixed MIME for ico --- lib/serve.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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' } } -- cgit v1.2.3