fix: updated start url in VitePWA
This commit is contained in:
parent
d7bc5496c3
commit
09cec7d645
@ -22,7 +22,7 @@
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
</template>
|
</template>
|
||||||
</LayoutHeader>
|
</LayoutHeader>
|
||||||
<div class="flex h-screen flex-col">
|
<div class="flex flex-col overflow-hidden">
|
||||||
<div
|
<div
|
||||||
v-if="notificationsStore().allNotifications?.length"
|
v-if="notificationsStore().allNotifications?.length"
|
||||||
class="divide-y overflow-y-auto text-base"
|
class="divide-y overflow-y-auto text-base"
|
||||||
|
|||||||
@ -22,6 +22,7 @@ export default defineConfig({
|
|||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
name: 'Frappe CRM',
|
name: 'Frappe CRM',
|
||||||
short_name: 'Frappe CRM',
|
short_name: 'Frappe CRM',
|
||||||
|
start_url: "/crm",
|
||||||
description: 'Modern & 100% Open-source CRM tool to supercharge your sales operations',
|
description: 'Modern & 100% Open-source CRM tool to supercharge your sales operations',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user