mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Update page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export async function generateMetadata({
|
||||
}: {
|
||||
params: { locale?: SupportedLocale };
|
||||
}): Promise<Metadata> {
|
||||
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'
|
||||
|
Reference in New Issue
Block a user