fix(element): Update favicon to use PNG version

This commit is contained in:
Thorsten Roßner
2025-10-31 10:20:54 +01:00
parent 02d3021c4b
commit f8104f6358
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ assets:
element:
subdomain: {{ .Values.global.hosts.element }}
paths:
- path: "/vector-icons/favicon.........ico"
data: {{ .Values.theme.imagery.chat.faviconIco }}
- path: "/vector-icons/favicon.png"
data: {{ .Values.theme.imagery.chat.faviconPng }}
jitsi:
subdomain: {{ .Values.global.hosts.jitsi }}
paths:

View File

@@ -44,7 +44,7 @@ theme:
logoHeaderInvertedSvgB64: {{ readFile "./../../files/theme/logoHeaderInverted.svg" | b64enc | quote }}
chat:
faviconIco: {{ readFile "./../../files/theme/chat/favicon.ico" | b64enc | quote }}
faviconPng: {{ readFile "./../../files/theme/chat/favicon.png" | b64enc | quote }}
files:
faviconIco: {{ readFile "./../../files/theme/files/favicon.ico" | b64enc | quote }}