Skip to content

Commit 012929c

Browse files
committed
[Site] Add missing cache rules for .ico / .webp files
1 parent d109f66 commit 012929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ web:
3333
expires: 1h
3434
passthru: "/index.php"
3535
rules:
36-
'\.(gif|jpe?g|png|css|js|woff|woff2|ttf|eot|svg)$':
36+
'\.(gif|jpe?g|png|css|js|woff|woff2|ttf|eot|svg|webp|ico)$':
3737
expires: 365d
3838

3939
disk: 256

0 commit comments

Comments
 (0)