Fix start url

This commit is contained in:
Sidharth Vinod
2021-05-31 17:01:54 +05:30
parent 3d842a795f
commit 7dd7e53d77
+1 -1
View File
@@ -16,7 +16,7 @@ export const get = (): { body: unknown } => {
sizes: '512x512'
}
],
start_url: `${base}/edit`,
start_url: `${base}/edit/`,
background_color: '#6366F1',
display: 'standalone',
scope: `${base}`,