diff --git a/package.json b/package.json index cff1c76..8b98134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marktguru.at", - "version": "0.0.4", + "version": "0.0.5", "description": "A library to search for offers on marktguru.at", "main": "dist/index.js", "types": "typings/index.d.ts", diff --git a/src/index.ts b/src/index.ts index d2aea2e..4ccfbff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -91,9 +91,9 @@ export const search = async (query: string = '', options: marktguru.SearchOption images: { ...offer.images, urls: { - small: `https://mg2de.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/small.jpg`, - medium: `https://mg2de.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/medium.jpg`, - large: `https://mg2de.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/large.jpg` + small: `https://mgat.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/small.jpg`, + medium: `https://mgat.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/medium.jpg`, + large: `https://mgat.b-cdn.net/api/v1/offers/${offer.id}/images/default/0/large.jpg` } } }));