diff --git a/estore/src/lib/delivery.ts b/estore/src/lib/delivery.ts index ac712ab..761a8b2 100644 --- a/estore/src/lib/delivery.ts +++ b/estore/src/lib/delivery.ts @@ -64,7 +64,7 @@ export async function drivingInfo( const timer = setTimeout(() => controller.abort(), timeoutMs) const res = await fetch(url, { headers: { 'User-Agent': 'BeachPartyBalloonsShop/1.0' }, - next: { revalidate: 86400 }, + cache: 'no-store', signal: controller.signal, }) clearTimeout(timer)