Skip to content

Commit

Permalink
No need to compress woff and woff2 formats
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix authored Sep 23, 2023
1 parent 44571b9 commit 6d5918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Alias /browse /deployment/destination
Order allow,deny
Allow from all
# compress static assets
AddOutputFilterByType DEFLATE text/css text/javascript application/javascript font/woff2 font/woff font/sfnt application/font-fsnt application/vnd.ms-fontobject image/svg+xml
AddOutputFilterByType DEFLATE text/css text/javascript application/javascript font/sfnt application/font-fsnt application/vnd.ms-fontobject image/svg+xml
</Directory>
```

Expand Down

0 comments on commit 6d5918f

Please sign in to comment.