upstream #1
@ -116,9 +116,10 @@ export default async function Page({ params }: { params: { slug: string[] } }) {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<script type="application/ld+json" suppressHydrationWarning>
|
<script
|
||||||
{JSON.stringify(jsonLd)}
|
type="application/ld+json"
|
||||||
</script>
|
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
|
||||||
|
/>
|
||||||
<Layout content={mainContent} authorDetails={authorDetails} next={next} prev={prev}>
|
<Layout content={mainContent} authorDetails={authorDetails} next={next} prev={prev}>
|
||||||
<MDXLayoutRenderer code={post.body.code} components={components} toc={post.toc} />
|
<MDXLayoutRenderer code={post.body.code} components={components} toc={post.toc} />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user