favicon fix

This commit is contained in:
soraefir
2026-06-06 22:22:05 +02:00
parent c874ed5334
commit 2073475a37
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ let
) (containerCfg.extra.mappings or {});
traefikAssetPathRegexp =
"^/(.*/)?"
+ "(favicon(-[0-9]+x[0-9]+)?\\.(ico|png|svg)"
+ "(fav(icon)?(-[0-9]+x[0-9]+)?\\.(ico|png|svg)"
+ "|logo\\.(ico)"
+ "|apple-touch-icon(-precomposed)?\\.png"
+ "|android-chrome-[0-9]+x[0-9]+\\.png"