Skip to content

Commit

Permalink
hotfix(customerCases): customerCases → customerCasesPage
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Sep 20, 2024
1 parent 42502ce commit 66b209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/lib/queries/specialPages.ts
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 66b209e

Please sign in to comment.