Fix(nearby_pictures): add panoramax host

This commit is contained in:
Pieter Vander Vennet 2025-05-27 15:16:34 +02:00
parent 3614afb75e
commit 85645f3706

View file

@ -34,7 +34,8 @@ export default class AllImageProviders {
AllImageProviders.genericImageProvider,
]
public static apiUrls: string[] = [].concat(
...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls())
...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls()),
"https://panoramax-storage-public-fast.s3.gra.perf.cloud.ovh.net"
)
public static defaultKeys: string[] = [].concat(
...AllImageProviders.imageAttributionSources.map((provider) => provider.defaultKeyPrefixes)