From e03efaa2ce85eeb4e0b6580ef8b4f2bb85cf5b75 Mon Sep 17 00:00:00 2001 From: Viktor Svertoka Date: Thu, 11 Apr 2024 23:52:56 +0300 Subject: [PATCH] fix(sanity) update sdn --- frontend/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', });