aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRaymond Berger <RayBB@users.noreply.github.com>2024-02-03 16:30:27 +0100
committerGitHub <noreply@github.com>2024-02-03 10:30:27 -0500
commit6dd631b03a46d25d73f8cccffec8ab81ed2212b9 (patch)
tree2061c2ea7555ac7347c0001233968edbb2e05513 /src
parent08d75fd75c063bd17d2471b263452b490910338b (diff)
Update start_url to /groups page (#77)
Diffstat (limited to 'src')
-rw-r--r--src/app/manifest.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manifest.ts b/src/app/manifest.ts
index 6fdb9da..54d1ed8 100644
--- a/src/app/manifest.ts
+++ b/src/app/manifest.ts
@@ -6,7 +6,7 @@ export default function manifest(): MetadataRoute.Manifest {
short_name: 'Spliit',
description:
'A minimalist web application to share expenses with friends and family. No ads, no account, no problem.',
- start_url: '/',
+ start_url: '/groups',
display: 'standalone',
background_color: '#fff',
theme_color: '#047857',