From 6c2e3a0cad77cd9830b008491b9914474367e0a3 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Wed, 29 Sep 2021 02:12:02 -0700 Subject: [PATCH] Add image/x-icon --- src/constants.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.rs b/src/constants.rs index af4376e..3caaee4 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -97,6 +97,7 @@ mimes! { IMAGE_PNG, "image/png"; IMAGE_BMP, "image/bmp"; IMAGE_SVG, "image/svg+xml"; + IMAGE_X_ICON, "image/x-icon"; FONT_WOFF, "font/woff"; FONT_WOFF2, "font/woff2";