1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-22 06:51:22 +00:00

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
app/api/revalidate
lib/sanity

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