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 41532cd commit fa445f0Copy full SHA for fa445f0
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/web.config
@@ -10,5 +10,11 @@
10
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
11
</handlers>
12
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
13
+ <staticContent>
14
+ <remove fileExtension=".woff" />
15
+ <remove fileExtension=".woff2" />
16
+ <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
17
+ <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
18
+ </staticContent>
19
</system.webServer>
20
</configuration>
0 commit comments