Commit 1b362d00 authored by 杨思琦's avatar 杨思琦

fix: 禁用index.html緩存

parent 8111df5b
Pipeline #86559 passed with stages
......@@ -29,4 +29,11 @@
</rules>
</rewrite>
</system.webServer>
<location path="index.html">
<system.webServer>
<staticContent>
<clientCache cacheControlMode="DisableCache" />
</staticContent>
</system.webServer>
</location>
</configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment