Skip to content

Commit

Permalink
feat: enable change of orientation for PWA (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
aganglada committed Nov 14, 2020
1 parent 88e8487 commit b36b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "landscape",
"orientation": "any",
"start_url": "/",
"icons": [
{
Expand Down

0 comments on commit b36b4cf

Please sign in to comment.