对比新文件 |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <configuration> |
| | | <system.webServer> |
| | | <staticContent> |
| | | <remove fileExtension=".woff" /> |
| | | <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" /> |
| | | <remove fileExtension=".woff2" /> |
| | | <mimeMap fileExtension=".woff2" mimeType="application/x-font-woff" /> |
| | | <remove fileExtension=".ttf" /> |
| | | <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" /> |
| | | <remove fileExtension=".step" /> |
| | | <remove fileExtension=".json" /> |
| | | <mimeMap fileExtension=".json" mimeType="application/json" /> |
| | | <mimeMap fileExtension=".step" mimeType="application/octet-stream" /> |
| | | <mimeMap fileExtension=".fbx" mimeType="application/fbx" /> |
| | | </staticContent> |
| | | </system.webServer> |
| | | </configuration> |