move pwa manifest to backend
This commit is contained in:
parent
916e61897a
commit
20a2a3ccd0
23 changed files with 95 additions and 54 deletions
7
src/components/AppLogo.vue
Normal file
7
src/components/AppLogo.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<img :src="url + '/api/public/applogo.png'" alt="LOGO" class="h-full w-auto" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { url } from "@/serverCom";
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue