This commit is contained in:
soraefir
2026-06-04 22:15:51 +02:00
parent f82d25eb84
commit b86e719cc4
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ let
traefikAssetPathRegexp =
"^/(.*/)?"
+ "(favicon(-[0-9]+x[0-9]+)?\\.(ico|png|svg)"
+ "|logo\\.(ico)"
+ "|apple-touch-icon(-precomposed)?\\.png"
+ "|android-chrome-[0-9]+x[0-9]+\\.png"
+ "|mstile-[0-9]+x[0-9]+\\.png)$";

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB