diff --git a/app/page.tsx b/app/page.tsx index 11bdc13..e00e2f6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -128,7 +128,8 @@ function HomeContent() { setIsFetching(true); try { const response = await fetch( - "https://pricing.bitcoin.block.xyz/current-price" + "https://pricing.bitcoin.block.xyz/current-price", + { cache: "no-store" } ); if (!response.ok) {