Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMaximaWang authored Feb 25, 2025
1 parent 7154e65 commit 6a59cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanity/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const client = createClient({
projectId,
dataset,
apiVersion,
useCdn: false, // Set to false if statically generating pages, using ISR or tag-based revalidation
useCdn: true, // Set to false if statically generating pages, using ISR or tag-based revalidation
})

0 comments on commit 6a59cc9

Please sign in to comment.