Update start_url to /groups page (#77)

This commit is contained in:
Raymond Berger
2024-02-03 16:30:27 +01:00
committed by GitHub
parent 08d75fd75c
commit 6dd631b03a

View File

@@ -6,7 +6,7 @@ export default function manifest(): MetadataRoute.Manifest {
short_name: 'Spliit', short_name: 'Spliit',
description: description:
'A minimalist web application to share expenses with friends and family. No ads, no account, no problem.', 'A minimalist web application to share expenses with friends and family. No ads, no account, no problem.',
start_url: '/', start_url: '/groups',
display: 'standalone', display: 'standalone',
background_color: '#fff', background_color: '#fff',
theme_color: '#047857', theme_color: '#047857',