mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix: Fix PWA (#6090)
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<v-img
|
||||
max-height="100"
|
||||
max-width="100"
|
||||
:src="require('~/static/svgs/shopping-cart.svg')"
|
||||
src="/svgs/shopping-cart.svg"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col class="d-flex justify-end">
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
width="100%"
|
||||
max-height="100"
|
||||
max-width="100"
|
||||
:src="require('~/static/svgs/shopping-cart.svg')"
|
||||
src="/svgs/shopping-cart.svg"
|
||||
/>
|
||||
</template>
|
||||
<template #title>
|
||||
|
||||
Reference in New Issue
Block a user