fixed hero layout synta page as page
This commit is contained in:
parent
0b7303e97f
commit
9ec054e88b
@ -42,7 +42,7 @@ export default async function Page({ params: paramsPromise }: Args) {
|
||||
return <PayloadRedirects url={url} />
|
||||
}
|
||||
|
||||
const { hero, layout } = page
|
||||
const { hero, layout } = page as Page
|
||||
|
||||
return (
|
||||
<article>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user