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") }}