diff --git a/config/production/config.yaml b/config/production/config.yaml index dfd5fd5..bffcedb 100644 --- a/config/production/config.yaml +++ b/config/production/config.yaml @@ -9,7 +9,7 @@ defaultContentLanguageInSubdir: false ## 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)$"