We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc3a71 commit 1aefb2eCopy full SHA for 1aefb2e
web.config
@@ -1,6 +1,7 @@
1
<configuration>
2
<system.webServer>
3
<staticContent>
4
+ <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="0.03:00:00" />
5
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
6
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
7
</staticContent>
0 commit comments