Skip to content

Commit

Permalink
Update devTools/cloudflareImagesSync/cloudflareImagesSync.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ike Saunders <11844404+ikesau@users.noreply.github.com>
  • Loading branch information
Marigold and ikesau authored Feb 21, 2025
1 parent bcf3cd6 commit 2c42ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devTools/cloudflareImagesSync/cloudflareImagesSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async function uploadImageToCloudflareImages(
return
}

const imageUrl = urljoin(IMAGE_HOSTING_R2_CDN_URL, `production/${filename}`)
const imageUrl = urljoin(IMAGE_HOSTING_R2_CDN_URL, "production", filename)
const metadata = stringifyImageMetadata(image)
const invalidReason = validateImage(image, metadata)
if (invalidReason) {
Expand Down

0 comments on commit 2c42ccd

Please sign in to comment.