This commit is contained in:
Henrik Larsson 2023-05-16 15:04:36 +02:00
parent 68272fbaf3
commit eb33f30d0b

View File

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