mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 08:34:17 -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") }}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user