Don't use CDN

This commit is contained in:
Henrik Larsson 2023-05-16 14:57:37 +02:00
parent 72135cdb42
commit 97e11191c2

View File

@ -8,5 +8,5 @@ export const client = createClient({
projectId, projectId,
dataset, dataset,
apiVersion, apiVersion,
useCdn: true, useCdn: false,
}); });