We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194c683 commit d0a9bfaCopy full SHA for d0a9bfa
sanity/lib/api.ts
@@ -14,7 +14,7 @@ export const projectId = assertValue(
14
)
15
16
// 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'
+export const apiVersion = process.env.NEXT_PUBLIC_SANITY_API_VERSION || '2025-02-27'
18
19
function assertValue<T>(v: T | undefined, errorMessage: string): T {
20
if (v === undefined) {
0 commit comments