|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<system.webServer>
|
|
<system.webServer>
|
|
|
<httpProtocol>
|
|
<httpProtocol>
|
|
@@ -19,6 +19,7 @@
|
|
|
<remove fileExtension="woff2" />
|
|
<remove fileExtension="woff2" />
|
|
|
<remove fileExtension=".mp4" />
|
|
<remove fileExtension=".mp4" />
|
|
|
<remove fileExtension=".md" />
|
|
<remove fileExtension=".md" />
|
|
|
|
|
+ <remove fileExtension=".yml" />
|
|
|
<mimeMap fileExtension=".html" mimeType="text/html" />
|
|
<mimeMap fileExtension=".html" mimeType="text/html" />
|
|
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
|
|
<mimeMap fileExtension=".css" mimeType="text/css" />
|
|
<mimeMap fileExtension=".css" mimeType="text/css" />
|
|
@@ -27,6 +28,7 @@
|
|
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff2" />
|
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff2" />
|
|
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
|
|
<mimeMap fileExtension=".md" mimeType="text/plain" />
|
|
<mimeMap fileExtension=".md" mimeType="text/plain" />
|
|
|
|
|
+ <mimeMap fileExtension=".yml" mimeType="text/yaml" />
|
|
|
</staticContent>
|
|
</staticContent>
|
|
|
<rewrite>
|
|
<rewrite>
|
|
|
<rules>
|
|
<rules>
|