diff --git a/frontend/client.ts b/frontend/client.ts index 3436262d..3085f871 100644 --- a/frontend/client.ts +++ b/frontend/client.ts @@ -3,6 +3,6 @@ import { createClient } from '@sanity/client'; export const client = createClient({ projectId: '6y9ive6v', dataset: 'production', - useCdn: true, + useCdn: false, apiVersion: '2025-11-29', });