Commit 1bf646e9d2298570a67a770f950ab9233cd1a535
1 parent
572a6178
added vtt mimetype
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -41,6 +41,7 @@ |
41 | 41 | <remove fileExtension=".woff" /> |
42 | 42 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
43 | 43 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
44 | + <mimeMap fileExtension=".vtt" mimeType="text/vtt"/> | |
44 | 45 | <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />--> |
45 | 46 | |
46 | 47 | ... | ... |