add: logo and icon fallback on server error

This commit is contained in:
Julian Krauser 2025-06-05 07:48:01 +02:00
parent 583d4913d9
commit 0db141cd13
5 changed files with 29 additions and 2 deletions

View file

@ -12,6 +12,7 @@
<Teleport to="head">
<title>{{ clubName }}</title>
<link rel="icon" type="image/ico" :href="config.server_address + '/api/public/favicon.ico'" />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="manifest" :href="config.server_address + '/api/public/manifest.webmanifest'" />
</Teleport>
</template>