Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 22, 2024
1 parent f3be786 commit e8744cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-enterprise/src/sanity/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import {createClient} from '@sanity/client'
export const client = createClient({
projectId: 'hiomol4a',
dataset: 'lcapi',
apiVersion: '2024-09-20',
apiVersion: '2024-09-21',
useCdn: false,
})

0 comments on commit e8744cd

Please sign in to comment.