<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
</system.webServer>
在 system.webServer 中增加 woff 的相应信息即可
时间: 2024-11-05 20:22:30