Skip to content

Commit

Permalink
✨ Upgrade api version of sanity in web #2107 (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi authored Feb 12, 2024
1 parent 423b34e commit 07c8d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const sanityConfig: Config = {
projectId: process.env.NEXT_PUBLIC_SANITY_PROJECT_ID || 'h61q9gi9',
token: process.env.SANITY_API_TOKEN,
useCdn: process.env.NODE_ENV === 'production',
apiVersion: '2021-12-17',
apiVersion: '2024-01-01',
}

export const algolia = {
Expand Down

0 comments on commit 07c8d3f

Please sign in to comment.