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

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

View File

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

View File

@@ -7,7 +7,7 @@
max-height="200"
max-width="200"
class="mb-2"
:src="require('~/static/svgs/manage-data-migrations.svg')"
src="/svgs/manage-data-migrations.svg"
/>
</template>
<template #title>

View File

@@ -7,7 +7,7 @@
max-height="200"
max-width="200"
class="mb-2"
:src="require('~/static/svgs/data-reports.svg')"
src="/svgs/data-reports.svg"
/>
</template>
<template #title>