diff --git a/lib/shopify/index.ts b/lib/shopify/index.ts index 64b5d24e8..e52aba84a 100644 --- a/lib/shopify/index.ts +++ b/lib/shopify/index.ts @@ -53,7 +53,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 = 'default', headers, query, tags,