Prepare revalidate

This commit is contained in:
Henrik Larsson 2023-05-23 08:46:04 +02:00
parent bcec144e68
commit 90a808b8b1
2 changed files with 1 additions and 1 deletions

View File

View File

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