mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
Switch to default caching
This commit is contained in:
parent
b6102a5f18
commit
caf3eb3986
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user