From b07757aec90cccf26c6f97a32143e4cb8322ef08 Mon Sep 17 00:00:00 2001 From: Sol Irvine Date: Mon, 13 Nov 2023 14:02:07 +0900 Subject: [PATCH] Update page.tsx --- app/[locale]/shop-list/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/shop-list/page.tsx b/app/[locale]/shop-list/page.tsx index 3d11373ea..664262338 100644 --- a/app/[locale]/shop-list/page.tsx +++ b/app/[locale]/shop-list/page.tsx @@ -17,7 +17,7 @@ export async function generateMetadata({ }: { params: { locale?: SupportedLocale }; }): Promise { - unstable_noStore(); // opt out before we even get to the try/catch + unstable_noStore(); // opt out from partial prerendering const page = await getPage({ handle: 'shop-list', language: params?.locale?.toUpperCase() || 'JA'