summaryrefslogtreecommitdiff
path: root/packages/integrations/cloudflare/src/entrypoints/image-service.ts
diff options
context:
space:
mode:
authorGravatar Alexander Niebuhr <alexander@nbhr.io> 2024-09-16 19:31:49 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-16 13:31:49 -0400
commit1a447550970c3ff1e26d57db16d5d9b9e584ffb3 (patch)
treebd115e9c8b6a585c6de199cc7faceb2e0593b106 /packages/integrations/cloudflare/src/entrypoints/image-service.ts
parentc6b76a19fb0f42e5ec9e31e64ba65c477e9f001b (diff)
downloadastro-1a447550970c3ff1e26d57db16d5d9b9e584ffb3.tar.gz
astro-1a447550970c3ff1e26d57db16d5d9b9e584ffb3.tar.zst
astro-1a447550970c3ff1e26d57db16d5d9b9e584ffb3.zip
Adapter related changes for IntegrationData (#377)
* chore: port adapter related changes from astro #11864 * chore: bump version * chore: bump * fix: types * fix * fix: tests * fix: locals * Update expected image endpoint --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Diffstat (limited to 'packages/integrations/cloudflare/src/entrypoints/image-service.ts')
-rw-r--r--packages/integrations/cloudflare/src/entrypoints/image-service.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/src/entrypoints/image-service.ts b/packages/integrations/cloudflare/src/entrypoints/image-service.ts
index 08a638d97..0c573510f 100644
--- a/packages/integrations/cloudflare/src/entrypoints/image-service.ts
+++ b/packages/integrations/cloudflare/src/entrypoints/image-service.ts
@@ -25,7 +25,6 @@ const service: ExternalImageService = {
}
const imageEndpoint = joinPaths(
- // @ts-expect-error - Property 'env' does not exist on type 'ImportMeta'.ts(2339)
import.meta.env.BASE_URL,
'/cdn-cgi/image',
resizingParams.join(','),