Refresh product to load

This commit is contained in:
Amritanshu Agrawal 2024-10-18 08:12:53 +05:30
parent 1c2abef4b0
commit 8cdfd5598d

View File

@ -24,6 +24,7 @@ async function fetchProduct(handle: string, region: HttpTypes.StoreRegion | unde
'Content-Type': 'application/json',
'x-publishable-api-key': process.env.NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY as string,
},
next: { revalidate: 0 },
},
);