diff --git a/src/Logic/ImageProviders/AllImageProviders.ts b/src/Logic/ImageProviders/AllImageProviders.ts index 0ce8569c0..390d13dc9 100644 --- a/src/Logic/ImageProviders/AllImageProviders.ts +++ b/src/Logic/ImageProviders/AllImageProviders.ts @@ -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)