Update web.config with .woff mime support

Bootstrap icons aren't visible on Windows Phone because it uses the .woff variant but the mimetype isn't available. Updated the web.config and added .woff to the staticContent section of system.webServer.
This commit is contained in:
Jwheuvel
2014-04-24 20:34:57 +02:00
parent e3162d223d
commit 44fbc29541

View File

@@ -193,6 +193,8 @@
<mimeMap fileExtension=".air" mimeType="application/vnd.adobe.air-application-installer-package+zip" />
<remove fileExtension=".svg" />
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
<remove fileExtension=".woff"/>
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>
<!-- Ensure the powered by header is not returned -->