Switch to default caching

This commit is contained in:
Samantha Kellow 2023-09-01 12:02:30 +01:00
parent b6102a5f18
commit caf3eb3986

View File

@ -53,7 +53,7 @@ const key = process.env.SHOPIFY_STOREFRONT_ACCESS_TOKEN!;
type ExtractVariables<T> = T extends { variables: object } ? T['variables'] : never;
export async function shopifyFetch<T>({
cache = 'force-cache',
cache = 'default',
headers,
query,
tags,