Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/dae7ef94e8ed1c768a5100d9a6f26bc9 to your computer and use it in GitHub Desktop.
Save hbulens/dae7ef94e8ed1c768a5100d9a6f26bc9 to your computer and use it in GitHub Desktop.
<system.webServer>
<staticContent>
<remove fileExtension=".svg">
<remove fileExtension=".eot">
<remove fileExtension=".woff">
<mimeMap fileExtension=".svg" mimeType="image/svg+xml">
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject">
<mimeMap fileExtension=".woff" mimeType="application/x-woff">
</staticContent>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment