Skip to content

Commit

Permalink
Update PublicRouter.ts
Browse files Browse the repository at this point in the history
remove orientation for PWA to use the default
  • Loading branch information
bpatrik authored Aug 7, 2023
1 parent 6ebc18a commit f48d21c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/routes/PublicRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ export class PublicRouter {
},
],
display: 'standalone',
orientation: 'natural',
"categories": [
"photo"
],
start_url:
Config.Server.publicUrl === '' ? '.' : Config.Server.publicUrl,
background_color: '#000000',
Expand Down

0 comments on commit f48d21c

Please sign in to comment.