From 97e11191c2677b2389ef8371935b98a049f8f790 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 16 May 2023 14:57:37 +0200 Subject: [PATCH] Don't use CDN --- lib/sanity/sanity.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sanity/sanity.client.ts b/lib/sanity/sanity.client.ts index 197f019d1..6567b927f 100644 --- a/lib/sanity/sanity.client.ts +++ b/lib/sanity/sanity.client.ts @@ -8,5 +8,5 @@ export const client = createClient({ projectId, dataset, apiVersion, - useCdn: true, + useCdn: false, }); \ No newline at end of file