From 585273ebc7ab419f0a5a90cbad5744f2da005b6e Mon Sep 17 00:00:00 2001 From: June Date: Fri, 11 Aug 2023 10:32:37 +0200 Subject: [PATCH] change cache behavior --- 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 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,