From eb33f30d0b8e061a8e957c75092f2bc2f402ff63 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 16 May 2023 15:04:36 +0200 Subject: [PATCH] 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 6567b927f..197f019d1 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: false, + useCdn: true, }); \ No newline at end of file