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