|
|
@@ -1,4 +1,4 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<configuration>
|
|
|
<system.webServer>
|
|
|
<httpProtocol>
|
|
|
@@ -18,6 +18,7 @@
|
|
|
<remove fileExtension="woff" />
|
|
|
<remove fileExtension="woff2" />
|
|
|
<remove fileExtension=".mp4" />
|
|
|
+ <remove fileExtension=".md" />
|
|
|
<mimeMap fileExtension=".html" mimeType="text/html" />
|
|
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
|
|
<mimeMap fileExtension=".css" mimeType="text/css" />
|
|
|
@@ -25,6 +26,7 @@
|
|
|
<mimeMap fileExtension="woff" mimeType="application/x-font-woff" />
|
|
|
<mimeMap fileExtension="woff2" mimeType="application/font-woff2" />
|
|
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
|
|
+ <mimeMap fileExtension=".md" mimeType="text/plain" />
|
|
|
</staticContent>
|
|
|
<rewrite>
|
|
|
<rules>
|
|
|
@@ -74,4 +76,4 @@
|
|
|
<error statusCode="404" path="%deployment_version%\en\404.html" responseMode="File" />
|
|
|
</httpErrors>
|
|
|
</system.webServer>
|
|
|
-</configuration>
|
|
|
+</configuration>
|