fix: 🐛 natural PWA orientation

fixes chrome mobile rotating screen even when device rotation is off
This commit is contained in:
ThatOneCalculator 2023-09-02 09:01:02 -07:00
parent 5cc456941f
commit ea954bdf4c
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -7,7 +7,7 @@
"display": "standalone",
"background_color": "#1f1d2e",
"theme_color": "#31748f",
"orientation": "any",
"orientation": "natural",
"icons": [
{
"src": "/static-assets/icons/192.png",