Skip to content

Commit d0a9bfa

Browse files
authored
fix: bump apiVersion
1 parent 194c683 commit d0a9bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanity/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const projectId = assertValue(
1414
)
1515

1616
// see https://www.sanity.io/docs/api-versioning for how versioning works
17-
export const apiVersion = process.env.NEXT_PUBLIC_SANITY_API_VERSION || '2023-06-21'
17+
export const apiVersion = process.env.NEXT_PUBLIC_SANITY_API_VERSION || '2025-02-27'
1818

1919
function assertValue<T>(v: T | undefined, errorMessage: string): T {
2020
if (v === undefined) {

0 commit comments

Comments
 (0)