mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
manifest start_url fix
This commit is contained in:
parent
3e777545b5
commit
127e3a4317
@ -27,7 +27,7 @@ function createManifest(iconsizes: number[]) {
|
|||||||
name: 'matthias kretschmann',
|
name: 'matthias kretschmann',
|
||||||
short_name: 'mk',
|
short_name: 'mk',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
start_url: '/?homescreen=1',
|
start_url: '/',
|
||||||
icons: iconsizes.map((size) => ({
|
icons: iconsizes.map((size) => ({
|
||||||
src: `/manifest/favicon-${size}.png`,
|
src: `/manifest/favicon-${size}.png`,
|
||||||
type: 'image/png',
|
type: 'image/png',
|
||||||
|
Loading…
Reference in New Issue
Block a user