mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 02:03:20 -05:00
fix: Fix PWA (#6090)
This commit is contained in:
@@ -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") }}
|
||||
|
||||
Reference in New Issue
Block a user