Fix start URL in manifest.json (#282)

This commit is contained in:
Nafees Nazik 2021-11-18 02:04:54 +05:30 committed by GitHub
parent 5594bf69d8
commit 44b31c7a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "/shhh",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}
}