This commit is contained in:
parent
35ac1ece0e
commit
ab8b409725
@ -16,6 +16,7 @@ const PreviewCatchAllPage = async ({ params }: { params: { path: string[] } }) =
|
|||||||
}),
|
}),
|
||||||
])
|
])
|
||||||
if (!page) notFound()
|
if (!page) notFound()
|
||||||
|
|
||||||
return <PreviewBlocks initialData={page} locale="" url={process.env.BASE_URL || ''} />
|
return <PreviewBlocks initialData={page} locale="" url={process.env.BASE_URL || ''} />
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user