We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eb3c80 + 2789166 commit da44542Copy full SHA for da44542
1 file changed
frontend/client.ts
@@ -3,6 +3,6 @@ import { createClient } from '@sanity/client';
3
export const client = createClient({
4
projectId: '6y9ive6v',
5
dataset: 'production',
6
- useCdn: true,
+ useCdn: false,
7
apiVersion: '2025-11-29',
8
});
0 commit comments