fix: remove orientation: any to respect OS rotation lock (#600)

Fixes #598
This commit is contained in:
Michael Lip
2026-03-04 19:16:27 +02:00
committed by GitHub
parent 0b3d0378d4
commit 037a70f114
-1
View File
@@ -170,7 +170,6 @@
display: 'standalone',
background_color: '#151313',
theme_color: '#edb449',
orientation: 'any',
icons: [
{ src: `${baseUrl}/pwa-192.png`, sizes: '192x192', type: 'image/png', purpose: 'any' },
{ src: `${baseUrl}/pwa-512.png`, sizes: '512x512', type: 'image/png', purpose: 'any' },