fix: remove orientation: any to respect OS rotation lock (#600)
Fixes #598
This commit is contained in:
@@ -170,7 +170,6 @@
|
|||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
background_color: '#151313',
|
background_color: '#151313',
|
||||||
theme_color: '#edb449',
|
theme_color: '#edb449',
|
||||||
orientation: 'any',
|
|
||||||
icons: [
|
icons: [
|
||||||
{ src: `${baseUrl}/pwa-192.png`, sizes: '192x192', type: 'image/png', purpose: 'any' },
|
{ src: `${baseUrl}/pwa-192.png`, sizes: '192x192', type: 'image/png', purpose: 'any' },
|
||||||
{ src: `${baseUrl}/pwa-512.png`, sizes: '512x512', type: 'image/png', purpose: 'any' },
|
{ src: `${baseUrl}/pwa-512.png`, sizes: '512x512', type: 'image/png', purpose: 'any' },
|
||||||
|
|||||||
Reference in New Issue
Block a user