File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
AbpCompanyName.AbpProjectName.WebMpa
AbpCompanyName.AbpProjectName.WebSpaAngular
AbpCompanyName.AbpProjectName.WebSpaDurandal Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 101
101
<remove name =" TRACEVerbHandler" />
102
102
<add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
103
103
</handlers >
104
+ <staticContent >
105
+ <remove fileExtension =" .woff" />
106
+ <remove fileExtension =" .woff2" />
107
+ <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
108
+ <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff" />
109
+ </staticContent >
104
110
</system .webServer>
105
111
</configuration >
Original file line number Diff line number Diff line change 97
97
<remove name =" TRACEVerbHandler" />
98
98
<add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
99
99
</handlers >
100
+ <staticContent >
101
+ <remove fileExtension =" .woff" />
102
+ <remove fileExtension =" .woff2" />
103
+ <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
104
+ <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff" />
105
+ </staticContent >
100
106
</system .webServer>
101
107
</configuration >
Original file line number Diff line number Diff line change 105
105
<remove name =" TRACEVerbHandler" />
106
106
<add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
107
107
</handlers >
108
+ <staticContent >
109
+ <remove fileExtension =" .woff" />
110
+ <remove fileExtension =" .woff2" />
111
+ <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
112
+ <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff" />
113
+ </staticContent >
108
114
</system .webServer>
109
115
</configuration >
You can’t perform that action at this time.
0 commit comments