fix page description
This commit is contained in:
parent
c8238c8d9d
commit
4c2b83273c
|
|
@ -71,7 +71,7 @@ function SitePagePage({
|
|||
},
|
||||
])
|
||||
|
||||
const ogDescription = page?.excerpt ?? page?.rendered?.excerpt
|
||||
const ogDescription = page?.excerpt || page?.rendered?.excerpt
|
||||
|
||||
return (
|
||||
<SiteLayout
|
||||
|
|
|
|||
Loading…
Reference in New Issue