fix: add orientation lock to dynamic PWA manifest (#607)
This commit is contained in:
committed by
GitHub
parent
ded9f2d7d4
commit
d54e1199df
@@ -168,6 +168,7 @@
|
|||||||
start_url: `${baseUrl}/`,
|
start_url: `${baseUrl}/`,
|
||||||
scope: `${baseUrl}/`,
|
scope: `${baseUrl}/`,
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
|
orientation: 'portrait-primary',
|
||||||
background_color: '#151313',
|
background_color: '#151313',
|
||||||
theme_color: '#edb449',
|
theme_color: '#edb449',
|
||||||
icons: [
|
icons: [
|
||||||
|
|||||||
Reference in New Issue
Block a user