配置web.config使网站显示.webp格式图片

<configuration></configuration> 节内添加下列内容
<system.webServer>
<staticContent>
<mimeMap fileExtension=".webp" mimeType="image/webp" />
</staticContent>
</system.webServer>

posted @ 2022-11-17 23:15  菜鸟有菜  阅读(90)  评论(0)    收藏  举报