We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd4d4 commit 3c3995fCopy full SHA for 3c3995f
src/Components/WebAssembly/Sdk/src/targets/BlazorWasm.web.config
@@ -9,6 +9,7 @@
9
<remove fileExtension=".wasm" />
10
<remove fileExtension=".woff" />
11
<remove fileExtension=".woff2" />
12
+ <mimeMap fileExtension=".blat" mimeType="application/octet-stream" />
13
<mimeMap fileExtension=".dll" mimeType="application/octet-stream" />
14
<mimeMap fileExtension=".dat" mimeType="application/octet-stream" />
15
<mimeMap fileExtension=".json" mimeType="application/json" />
0 commit comments