diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts index a8804d045..95e757812 100644 --- a/lib/shopify/index.ts +++ b/lib/shopify/index.ts @@ -56,7 +56,7 @@ const key = process.env.SHOPIFY_STOREFRONT_ACCESS_TOKEN!; type ExtractVariables = T extends { variables: object } ? T['variables'] : never; export async function shopifyFetch({ - cache = 'force-cache', + cache = 'no-cache', headers, query, tags,