From c5a0f8757791206c33f2acb394856786ee88646f Mon Sep 17 00:00:00 2001 From: hani Date: Thu, 25 Jun 2026 22:52:19 +0530 Subject: [PATCH] fix: remove invalid cache --- app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 88d6521..1ee36b7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,8 +15,6 @@ interface PageProps { } const Page = async ({ searchParams }: PageProps) => { - 'use cache'; - cacheLife('hours'); // 1. Resolve search variables from the URL router interface const resolvedParams = await searchParams;