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',
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',