1
0
forked from test/crm

fix: updated start url in VitePWA

This commit is contained in:
Shariq Ansari 2024-05-27 21:39:49 +05:30
parent d7bc5496c3
commit 09cec7d645
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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: [
{