add: logo and icon fallback on server error
This commit is contained in:
parent
583d4913d9
commit
0db141cd13
5 changed files with 29 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue