Skip to content

Commit

Permalink
fix upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed Sep 22, 2023
1 parent ba037ef commit 2b1e3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ImageWithStream, ImageWithUpload } from '../types';
const UPLOAD_DOMAIN: Record<string, URL> = {
'upload.contentful.com': new URL('https://s3.us-east-1.amazonaws.com/upload-api.contentful.com'),
'upload.eu.contentful.com': new URL(
'https://s3.eu-central-1.amazonaws.com/upload-api.eu.contentful.com'
'https://s3.eu-west-1.amazonaws.com/upload-api.eu.contentful.com'
),
};

Expand Down

0 comments on commit 2b1e3c3

Please sign in to comment.