fix: Fix PWA (#6090)

This commit is contained in:
Michael Genson
2025-09-03 00:44:52 -05:00
committed by GitHub
parent 37789c342e
commit ff958a5015
28 changed files with 109 additions and 110 deletions

View File

@@ -42,7 +42,7 @@
<v-container class="px-12" max-width="1000">
<BasePageTitle divider>
<template #header>
<v-img width="100%" max-height="100" max-width="100" :src="require('~/static/svgs/manage-cookbooks.svg')" />
<v-img width="100%" max-height="100" max-width="100" src="/svgs/manage-cookbooks.svg" />
</template>
<template #title>
{{ $t("cookbook.cookbooks") }}

View File

@@ -7,7 +7,7 @@
width="100%"
max-height="175"
max-width="175"
:src="require('~/static/svgs/recipes-create.svg')"
src="/svgs/recipes-create.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100"
max-height="100"
max-width="100"
:src="require('~/static/svgs/manage-cookbooks.svg')"
src="/svgs/manage-cookbooks.svg"
/>
</template>
<template #title>

View File

@@ -9,7 +9,7 @@
width="100%"
max-height="200"
max-width="150"
:src="require('~/static/svgs/manage-members.svg')"
src="/svgs/manage-members.svg"
/>
</template>
<template #title>