From 66b209e339d35c624c347b93887c670fad1055ec Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Fri, 20 Sep 2024 10:25:25 +0200 Subject: [PATCH] =?UTF-8?q?hotfix(customerCases):=20customerCases=20?= =?UTF-8?q?=E2=86=92=20customerCasesPage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- studio/lib/queries/specialPages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/lib/queries/specialPages.ts b/studio/lib/queries/specialPages.ts index 75598fc45..4923380c7 100644 --- a/studio/lib/queries/specialPages.ts +++ b/studio/lib/queries/specialPages.ts @@ -1,7 +1,7 @@ import { groq } from "next-sanity"; export const CUSTOMER_CASES_PAGE_QUERY = groq` - *[_type == "customerCases" && slug.current == $slug][0]`; + *[_type == "customerCasesPage" && slug.current == $slug][0]`; export const COMPENSATIONS_PAGE_QUERY = groq` *[_type == "compensations" && slug.current == $slug][0]