diff --git a/app/views/admin/communication/websites/configs/production_config/static.html.erb b/app/views/admin/communication/websites/configs/production_config/static.html.erb index 8bb3edbae0e4f7a2c7f34c730640e5a1a6f49319..5f43d639426ca08c085e4e6cc48c4769770aee26 100644 --- a/app/views/admin/communication/websites/configs/production_config/static.html.erb +++ b/app/views/admin/communication/websites/configs/production_config/static.html.erb @@ -9,7 +9,7 @@ defaultContentLanguageInSubdir: <%= @website.active_languages.many? %> ## CACHE deployment: matchers: - - pattern: "^.+\\.(woff2|woff|svg|ttf|eot|js|css)$" + - pattern: "^.+\\.(woff2|woff|svg|ttf|otf|eot|js|css)$" cacheControl: "max-age=31536000, no-transform, public" gzip: true - pattern: "^.+\\.(png|jpg|jpeg|gif|webp)$"