From caf3eb3986fcd69b649e9c90fad21c0f654516ef Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Fri, 1 Sep 2023 12:02:30 +0100 Subject: [PATCH] Switch to default caching --- lib/shopify/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,