mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added woff2 mimetype
This commit is contained in:
@@ -130,6 +130,8 @@
|
|||||||
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
||||||
<remove fileExtension=".woff" />
|
<remove fileExtension=".woff" />
|
||||||
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
|
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
|
||||||
|
<remove fileExtension=".woff2" />
|
||||||
|
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
|
||||||
</staticContent>
|
</staticContent>
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user