mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
use cache
This commit is contained in:
@@ -80,7 +80,7 @@ export default async function ProductPage(props: { params: Promise<{ handle: str
|
||||
__html: JSON.stringify(productJsonLd)
|
||||
}}
|
||||
/>
|
||||
<div className="mx-auto max-w-screen-2xl px-4">
|
||||
<div className="mx-auto max-w-(--breakpoint-2xl) px-4">
|
||||
<div className="flex flex-col rounded-lg border border-neutral-200 bg-white p-8 md:p-12 lg:flex-row lg:gap-8 dark:border-neutral-800 dark:bg-black">
|
||||
<div className="h-full w-full basis-full lg:basis-4/6">
|
||||
<Suspense
|
||||
|
Reference in New Issue
Block a user