From e2026a99a175a0fe63da64bbfa10cd2904c5d796 Mon Sep 17 00:00:00 2001 From: Fernando Lucchesi Date: Mon, 12 Feb 2024 10:38:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Upgrade=20api=20version=20of=20sant?= =?UTF-8?q?y=20in=20web=20#2107?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/config.ts b/web/lib/config.ts index 0185f3684..ecd1ca09e 100644 --- a/web/lib/config.ts +++ b/web/lib/config.ts @@ -11,7 +11,7 @@ export const sanityConfig: Config = { projectId: process.env.NEXT_PUBLIC_SANITY_PROJECT_ID || 'h61q9gi9', token: process.env.SANITY_API_TOKEN, useCdn: process.env.NODE_ENV === 'production', - apiVersion: '2021-12-17', + apiVersion: '2024-01-01', } export const algolia = {