We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d909f7 commit fd34fd5Copy full SHA for fd34fd5
packages/@sanity/base/src/client/index.js
@@ -11,7 +11,7 @@ To the following:
11
\`const client = require('part:@sanity/base/client')\`
12
`
13
14
-const apiConfig = {...config.api, withCredentials: true}
+const apiConfig = {...config.api, withCredentials: true, useCdn: false}
15
const client = sanityClient(apiConfig)
16
17
const configuredClient = configureClient
0 commit comments