Bump combo x2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-07-11 21:40:18 +02:00
parent 35ac1ece0e
commit ab8b409725

View File

@ -16,6 +16,7 @@ const PreviewCatchAllPage = async ({ params }: { params: { path: string[] } }) =
}),
])
if (!page) notFound()
return <PreviewBlocks initialData={page} locale="" url={process.env.BASE_URL || ''} />
}