This commit is contained in:
Mackie 2026-05-30 13:53:16 +08:00
parent 4afce9bb3a
commit e09ea98f1c

View file

@ -66,7 +66,7 @@ export default async function Page({ params: paramsPromise }: Args) {
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}> <div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
<HeroBackground showToggle={false} /> <HeroBackground showToggle={false} />
</div> </div>
<article className="pt-16 pb-24" style={{ position: 'relative', zIndex: 1 }}> <article className="pt-16 pb-8" style={{ position: 'relative', zIndex: 1 }}>
<PageClient /> <PageClient />
<PayloadRedirects disableNotFound url={url} /> <PayloadRedirects disableNotFound url={url} />
{draft && <LivePreviewListener />} {draft && <LivePreviewListener />}