diff --git a/lib/marka/index.ts b/lib/marka/index.ts index a16b031..54dd34e 100644 --- a/lib/marka/index.ts +++ b/lib/marka/index.ts @@ -2,8 +2,8 @@ import { MARKA_API_KEY } from "../env.ts"; import { getImage } from "../image.ts"; import { GenericResource } from "./schema.ts"; -//const url = `https://marka.max-richter.dev`; -const url = "http://localhost:8080"; +const url = `https://marka.max-richter.dev`; +//const url = "http://localhost:8080"; async function addImageToResource( resource: GenericResource,