Skip to content

Commit 7574281

Browse files
committed
chore(cd): Enable svg compression in crmapp web.config
1 parent e9a4328 commit 7574281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/app-crm/web.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<add enabled="true" mimeType="message/*"/>
1616
<add enabled="true" mimeType="application/javascript"/>
1717
<add enabled="true" mimeType="application/json"/>
18+
<add enabled="true" mimeType="image/svg+xml"/>
1819
<add enabled="false" mimeType="*/*"/>
1920
</staticTypes>
2021
</httpCompression>

0 commit comments

Comments
 (0)