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 }}>
<HeroBackground showToggle={false} />
</div>
<article className="pt-16 pb-24" style={{ position: 'relative', zIndex: 1 }}>
<article className="pt-16 pb-8" style={{ position: 'relative', zIndex: 1 }}>
<PageClient />
<PayloadRedirects disableNotFound url={url} />
{draft && <LivePreviewListener />}