diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 16:44:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 16:44:00 -0400 |
| commit | ef76fd789a390fcff03460afb5745ebaa64ef46b (patch) | |
| tree | df49cdea36df768b2eac33fb564e10d5d6edbcb4 /static | |
| parent | 796aa5b9bc591c55e53de0b842c94069f067a6d2 (diff) | |
add mime type for woff2 files
Diffstat (limited to 'static')
| -rw-r--r-- | static/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/.htaccess b/static/.htaccess index cf99823e..87128476 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -54,6 +54,7 @@ RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)\.html$ /$1 [L,R=301] AddType application/manifest+json webmanifest +AddType font/woff2 woff2 AddOutputFilterByType DEFLATE application/manifest+json AddOutputFilterByType DEFLATE application/javascript |
