diff --git a/desktop/src/main/ipc.ts b/desktop/src/main/ipc.ts index 0bcac6992..519a1136d 100644 --- a/desktop/src/main/ipc.ts +++ b/desktop/src/main/ipc.ts @@ -47,8 +47,7 @@ type UpdateInfo = { let providerUpdateCache: Record = {} const IMAGE_CATALOG_URL = - process.env.DEVSY_IMAGE_CATALOG_URL ?? - "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/resources/image-catalog-seed.json" + process.env.DEVSY_IMAGE_CATALOG_URL ?? "https://images.devsy.sh/catalog.json" const IMAGE_CATALOG_TTL_MS = 24 * 60 * 60 * 1000 function imageCatalogPaths(): { cachePath: string; seedPath: string } {