1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Update PublicRouter.ts

remove orientation for PWA to use the default
This commit is contained in:
Patrik J. Braun 2023-08-07 14:29:19 +02:00 committed by GitHub
parent 6ebc18a21a
commit f48d21c185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,9 @@ export class PublicRouter {
}, },
], ],
display: 'standalone', display: 'standalone',
orientation: 'natural', "categories": [
"photo"
],
start_url: start_url:
Config.Server.publicUrl === '' ? '.' : Config.Server.publicUrl, Config.Server.publicUrl === '' ? '.' : Config.Server.publicUrl,
background_color: '#000000', background_color: '#000000',