Skip to content

Commit fd34fd5

Browse files
authored
[base] Opt-out of CDN usage (#153)
1 parent 3d909f7 commit fd34fd5

File tree

1 file changed

+1
-1
lines changed
  • packages/@sanity/base/src/client

1 file changed

+1
-1
lines changed

packages/@sanity/base/src/client/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To the following:
1111
\`const client = require('part:@sanity/base/client')\`
1212
`
1313

14-
const apiConfig = {...config.api, withCredentials: true}
14+
const apiConfig = {...config.api, withCredentials: true, useCdn: false}
1515
const client = sanityClient(apiConfig)
1616

1717
const configuredClient = configureClient

0 commit comments

Comments
 (0)