Added web.config to fonts folder to allow for caching out of the box

This commit is contained in:
Peter Duncanson
2018-03-06 17:02:16 +00:00
parent f4f99c2922
commit 13f42773d7

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent>
</system.webServer>
</configuration>