1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update PublicRouter.ts

fix quotes
This commit is contained in:
Patrik J. Braun 2023-08-07 14:30:06 +02:00 committed by GitHub
parent f48d21c185
commit 3768cc3a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,8 +123,8 @@ export class PublicRouter {
},
],
display: 'standalone',
"categories": [
"photo"
categories: [
'photo'
],
start_url:
Config.Server.publicUrl === '' ? '.' : Config.Server.publicUrl,