From aff101bac337162386232f9c61fb564f348e891a Mon Sep 17 00:00:00 2001 From: Osuny bot <90196448+osuny-bot@users.noreply.github.com> Date: Sat, 12 Oct 2024 06:43:08 +0200 Subject: [PATCH] [Communication::Website] Save Site --- config/production/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production/config.yaml b/config/production/config.yaml index 3ecc599..32f6534 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)$"