We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40fc5 commit 65f1d79Copy full SHA for 65f1d79
1 file changed
src/lib/stack/client.ts
@@ -11,6 +11,7 @@ const REGION_URL_MAPPING: RegionUrlMap = {
11
us: 'cdn.contentstack.io',
12
eu: 'eu-cdn.contentstack.com',
13
'azure-na': 'azure-na-cdn.contentstack.com',
14
+ 'azure-eu': 'azure-eu-cdn.contentstack.com',
15
}
16
17
export type StackConnectionConfig = {
@@ -30,7 +31,7 @@ const queryParams = {
30
31
32
export async function stackConnect(client: any, config: StackConnectionConfig) {
33
try {
- const clientParams: {
34
+ const clientParams: {
35
api_key: string,
36
delivery_token: string,
37
environment: string,
0 commit comments