diff --git a/scripts/release-cdn.mjs b/scripts/release-cdn.mjs index 8835724a..7b6e27aa 100644 --- a/scripts/release-cdn.mjs +++ b/scripts/release-cdn.mjs @@ -11,7 +11,7 @@ import path from 'path'; dotenv.config() -const s3Client = new S3Client({ region: 'us-east-1' }) +const s3Client = new S3Client({ region: 'us-west-2' }) const cfClient = new CloudFrontClient({ region: 'us-east-1' }) const root = 'packages/web'