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.
1 parent 63f7e53 commit 2789166Copy full SHA for 2789166
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