We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51040f1 commit 13d2f3cCopy full SHA for 13d2f3c
web.config
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
2
<configuration>
3
<system.webServer>
4
<httpProtocol>
@@ -19,6 +19,7 @@
19
<remove fileExtension="woff2" />
20
<remove fileExtension=".mp4" />
21
<remove fileExtension=".md" />
22
+ <remove fileExtension=".yml" />
23
<mimeMap fileExtension=".html" mimeType="text/html" />
24
<mimeMap fileExtension=".json" mimeType="application/json" />
25
<mimeMap fileExtension=".css" mimeType="text/css" />
@@ -27,6 +28,7 @@
27
28
<mimeMap fileExtension="woff2" mimeType="application/font-woff2" />
29
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
30
<mimeMap fileExtension=".md" mimeType="text/plain" />
31
+ <mimeMap fileExtension=".yml" mimeType="text/yaml" />
32
</staticContent>
33
<rewrite>
34
<rules>
0 commit comments