Skip to content

Commit 2789166

Browse files
fix(sanity) update sdn (#382)
1 parent 63f7e53 commit 2789166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { createClient } from '@sanity/client';
33
export const client = createClient({
44
projectId: '6y9ive6v',
55
dataset: 'production',
6-
useCdn: true,
6+
useCdn: false,
77
apiVersion: '2025-11-29',
88
});

0 commit comments

Comments
 (0)