fix bug
All checks were successful
Build & Deploy / deploy (push) Successful in 3m39s

This commit is contained in:
2026-01-20 21:36:35 +01:00
parent 1293adbef2
commit f62485a67d
4 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
import { notFound } from 'next/navigation';
import Script from 'next/script';
import { MDXRemote } from 'next-mdx-remote/rsc';
import { getPostBySlug, getAdjacentPosts, getReadingTime, getHeadings } from '@/lib/blog';
import { Metadata } from 'next';
@@ -320,7 +321,8 @@ export default async function BlogPost({ params: { locale, slug } }: BlogPostPro
</div>
{/* Structured Data */}
<script
<Script
id={`jsonld-${slug}`}
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify({